cl-ballistics.asd 315 B

123456789101112
  1. ;;;; cl-ballistics.asd
  2. (asdf:defsystem #:cl-ballistics
  3. :description "Describe cl-ballistics here"
  4. :author "Samuel W. Flint <swflint@flintfam.org"
  5. :license "GNU GPL"
  6. :depends-on (#:cl-mathstats
  7. #:iterate)
  8. :serial t
  9. :components ((:file "package")
  10. (:file "cl-ballistics")))