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.
 

18 lines
504 B

;;;; cl-bible.asd
(asdf:defsystem #:cl-bible
:description "A bible study app"
:author "Silas Vedder <silas@silasvedder.xyz>"
:license "MIT"
:version "0.0.4"
:serial t
:depends-on (#:str #:clog)
:components ((:file "package")
(:file "chapter")
(:file "verse")
(:file "search")
(:file "lift-search")
(:file "annotate")
(:file "data")
(:file "clog")
(:file "cl-bible")))