summaryrefslogtreecommitdiff
path: root/obwyn.asd
diff options
context:
space:
mode:
Diffstat (limited to 'obwyn.asd')
-rw-r--r--obwyn.asd13
1 files changed, 0 insertions, 13 deletions
diff --git a/obwyn.asd b/obwyn.asd
deleted file mode 100644
index 1aa0693..0000000
--- a/obwyn.asd
+++ /dev/null
@@ -1,13 +0,0 @@
-;;;; 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")))
-
-
-