diff options
author | Colin Okay <okay@toyful.space> | 2022-02-11 11:15:29 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-11 11:15:29 -0600 |
commit | b849afd06be6da866a31a0be74d90851c0258134 (patch) | |
tree | 1ace066f1999c8cf1099546fb6d304ed03c55252 /oneliners.cli.asd | |
parent | 4d2ada0a465583e4b8516aa3f6308fdcb10d79d7 (diff) |
added some utilities
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))) + |