From b849afd06be6da866a31a0be74d90851c0258134 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 11 Feb 2022 11:15:29 -0600 Subject: added some utilities --- oneliners.cli.asd | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'oneliners.cli.asd') 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))) + -- cgit v1.2.3