| 1234567891011121314151617181920212223 |
- (defsystem "dlna-chad-music"
- :version "0.0.1"
- :author "Innokentiy Enikev"
- :license "MIT"
- :depends-on ("woo"
- "myway"
- "swap-bytes"
- "cffi"
- "static-vectors"
- "bordeaux-threads"
- "fast-http"
- "quri"
- "fast-io"
- "smart-buffer"
- "trivial-utf-8"
- "vom"
- "alexandria"
- #+sbcl "sb-posix"
- #+(and linux (not asdf3)) "uiop"
- #+sbcl "sb-concurrency"
- #-sbcl "cl-speedy-queue")
- :components ((:file "dlna"))
- :description "Chad music DLNA proxy")
|