divvy.asd 317 B

123456789101112
  1. (defsystem :divvy
  2. :author "Daniel Uber <djuber@beta-reduction.com>"
  3. :description "Scrape Divvy API"
  4. :depends-on (:jsown :dexador :djula :local-time)
  5. :license "GPLv3 or later"
  6. :version 0.1
  7. :homepage "https://notabug.org/djuber/divvy"
  8. :serial t
  9. :components
  10. ((:file "package")
  11. (:file "divvy")))