|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
;;;; cl-bible.asd |
|
|
|
|
|
|
|
|
|
(asdf:defsystem #:cl-bible |
|
|
|
|
:description "Describe cl-bible here" |
|
|
|
|
:author "Your Name <your.name@example.com>" |
|
|
|
|
:license "Specify license here" |
|
|
|
|
:version "0.0.1" |
|
|
|
|
:description "A bible study app" |
|
|
|
|
:author "Silas Vedder <silas@silasvedder.xyz>" |
|
|
|
|
:license "MIT" |
|
|
|
|
:version "0.0.2" |
|
|
|
|
:serial t |
|
|
|
|
:depends-on (#:str #:clog) |
|
|
|
|
:components ((:file "package") |
|
|
|
|