diff options
author | colin <colin@cicadas.surf> | 2024-04-19 10:33:20 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-04-19 10:33:20 -0700 |
commit | 66ca9f2d15eb65b3a576abae5fc137c342f14a93 (patch) | |
tree | bb37e247a15885a7ce1e58fa43f3c6688f53d2c4 /obwyn.asd | |
parent | 26ab73172038366a3796b7cac5ebd82e7a4a12e0 (diff) |
added :slots=
Diffstat (limited to 'obwyn.asd')
-rw-r--r-- | obwyn.asd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/obwyn.asd b/obwyn.asd new file mode 100644 index 0000000..1aa0693 --- /dev/null +++ b/obwyn.asd @@ -0,0 +1,13 @@ +;;;; obwyn.asd + +(asdf:defsystem #:obwyn + :description "Only Bind When You Need" + :author "Colin <colin@cicadas.surf>" + :license "Unlicense" + :version "0.0.1" + :serial t + :depends-on (#:argot #:alexandria #:testiere) + :components ((:file "obwyn"))) + + + |