From b2e05b5fd51a7668717fcfd2cb80476da78562ab Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 19 Aug 2022 19:52:35 -0500 Subject: [add] generate client system and code --- oneliners.cli.asd | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'oneliners.cli.asd') diff --git a/oneliners.cli.asd b/oneliners.cli.asd index 465df73..449f32f 100644 --- a/oneliners.cli.asd +++ b/oneliners.cli.asd @@ -1,5 +1,7 @@ + + (defsystem "oneliners.cli" - :version "alpha-0.7.1" + :version "0.8.0" :author "Colin Okay" :license "AGPLv3" :depends-on ("trivial-clipboard" @@ -27,7 +29,7 @@ choice.") (defsystem "oneliners.cli/app" - :version "alpha-0.7.1" + :version "0.8.0" :author "Colin Okay" :license "AGPLv3" :depends-on ("clingon" @@ -51,4 +53,14 @@ :build-pathname "bin/ol" :entry-point "oneliners.cli.app::main") - +(defsystem "oneliners.cli/generate-client" + :version "0.0.1" + :author "Colin Okay" + :license "AGPLv3" + :depends-on ("oneliners.api" "lazybones-client") + :components ((:file "generate-client")) + :description "Generates the client library system for the + api. Creates a system called oneliners.api-client in this + directory. Uses the most recent version of the api to do it. Meant + to be built rebuilt every time the server changes. Users building + the client themselves should not have to build this." ) -- cgit v1.2.3