- (in-package :cl-user)
- (defpackage tl-rpc-asd
- (:use :cl :asdf))
- (in-package :tl-rpc-asd)
- (defsystem tl-rpc
- :version "0.1"
- :author "Innokenty Enikeev"
- :license "MIT"
- :depends-on (:parser-combinators)
- :description "VK's TL-RPC"
- :serial t
- :components ((:file "tl-rpc")))
|