A Subdecadence generator in Common Lisp
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 line
296B

  1. (asdf:defsystem "subdecadence"
  2. :description "Automated subdecadence games in Common Lisp."
  3. :author "Ambery Rabbit"
  4. :version "0.4.2"
  5. :components
  6. ((:module "src"
  7. :components ((:file "package")
  8. (:file "utilities")
  9. (:file "subdecadence")
  10. (:file "main")))))