1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
(defsystem "oneliners.api" :version "0.4.0" :author "Colin Okay" :license "AGPLv3" :depends-on ("lazybones-hunchentoot" "bknr.datastore" "jonathan" "ironclad" "uuid" "lambda-riffs" "swank") :components ((:module "src" :components ((:file "package") (:file "util") (:file "main") (:file "run")))) :description "")