dlna-chad-music.asd 671 B

1234567891011121314151617181920212223
  1. (defsystem "dlna-chad-music"
  2. :version "0.0.1"
  3. :author "Innokentiy Enikev"
  4. :license "MIT"
  5. :depends-on ("woo"
  6. "myway"
  7. "swap-bytes"
  8. "cffi"
  9. "static-vectors"
  10. "bordeaux-threads"
  11. "fast-http"
  12. "quri"
  13. "fast-io"
  14. "smart-buffer"
  15. "trivial-utf-8"
  16. "vom"
  17. "alexandria"
  18. #+sbcl "sb-posix"
  19. #+(and linux (not asdf3)) "uiop"
  20. #+sbcl "sb-concurrency"
  21. #-sbcl "cl-speedy-queue")
  22. :components ((:file "dlna"))
  23. :description "Chad music DLNA proxy")