1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
(defsystem "oneliners.cli" :version "0.1.0" :author "Colin Okay" :license "AGPLv3" :depends-on ("trivial-clipboard" "str" "jonathan" "dexador" "osicat" "net.didierverna.clon" "oneliners.api-client") :components ((:module "src" :components ((:file "lib")))) :description "" :in-order-to ((test-op (test-op "oneliners.cli/tests"))))