paip/paip.asd

11 lines
229 B
Plaintext
Raw Normal View History

2021-05-20 03:37:09 +00:00
;;;; paip.asd
(asdf:defsystem #:paip
:description "Me learning from the PAIP book"
:author "Case Duckworth"
:license "WTFPL"
:version "0.0.1"
:serial t
:components ((:file "package")
(:file "paip")))