aboutsummaryrefslogtreecommitdiff
path: root/weekend.asd
diff options
context:
space:
mode:
Diffstat (limited to 'weekend.asd')
-rw-r--r--weekend.asd9
1 files changed, 9 insertions, 0 deletions
diff --git a/weekend.asd b/weekend.asd
index c844f7b..9fa9120 100644
--- a/weekend.asd
+++ b/weekend.asd
@@ -12,3 +12,12 @@
(:file "protocol")
(:file "endpoint")
(:file "defendpoint")))
+
+(asdf:defsystem #:weekend/psclient
+ :description "Generate parenscript code for weekend endpoint classes."
+ :author "colin <colin@cicadas.surf>"
+ :license "AGPLv3.0"
+ :version "0.0.1"
+ :depends-on (#:weekend #:parenscript)
+ :pathname "src/client/ps/"
+ :components ((:file "generate")))