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
471 B

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