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