aboutsummaryrefslogtreecommitdiff
path: root/weekend.asd
diff options
context:
space:
mode:
Diffstat (limited to 'weekend.asd')
-rw-r--r--weekend.asd10
1 files changed, 10 insertions, 0 deletions
diff --git a/weekend.asd b/weekend.asd
index 9fa9120..5c204ab 100644
--- a/weekend.asd
+++ b/weekend.asd
@@ -21,3 +21,13 @@
:depends-on (#:weekend #:parenscript)
:pathname "src/client/ps/"
:components ((:file "generate")))
+
+(asdf:defsystem #:weekend/dexador
+ :description "Generate lisp functions making requests to weekend endpoint classes."
+ :author "colin <colin@cicadas.surf>"
+ :license "AGPLv3.0"
+ :version "0.0.1"
+ :depends-on (#:weekend #:dexador)
+ :pathname "src/client/dexador/"
+ :components ((:file "generate")))
+