diff options
Diffstat (limited to 'oneliners.cli.asd')
-rw-r--r-- | oneliners.cli.asd | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/oneliners.cli.asd b/oneliners.cli.asd index aa24f4c..f8c2fa8 100644 --- a/oneliners.cli.asd +++ b/oneliners.cli.asd @@ -2,7 +2,9 @@ :version "0.1.0" :author "Colin Okay" :license "AGPLv3" - :depends-on ("cl-readline" + :depends-on ("trivial-clipboard" + "dexador" + "osicat" "unix-opts") :components ((:module "src" :components @@ -10,13 +12,4 @@ :description "" :in-order-to ((test-op (test-op "oneliners.cli/tests")))) -(defsystem "oneliners.cli/tests" - :author "Colin Okay" - :license "AGPLv3" - :depends-on ("oneliners.cli" - "rove") - :components ((:module "tests" - :components - ((:file "main")))) - :description "Test system for oneliners.cli" - :perform (test-op (op c) (symbol-call :rove :run c))) + |