aboutsummaryrefslogtreecommitdiff
path: root/derrida.asd
diff options
context:
space:
mode:
Diffstat (limited to 'derrida.asd')
-rw-r--r--derrida.asd10
1 files changed, 10 insertions, 0 deletions
diff --git a/derrida.asd b/derrida.asd
new file mode 100644
index 0000000..8527790
--- /dev/null
+++ b/derrida.asd
@@ -0,0 +1,10 @@
+;;;; derrida.asd
+
+(asdf:defsystem #:derrida
+ :description "Macros for desctructuring common data structures."
+ :author "Colin Okay <colin@cicadas.surf>"
+ :license "GPL-3.0"
+ :version "0.0.1"
+ :serial t
+ :components ((:file "package")
+ (:file "derrida")))