(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 "")