aboutsummaryrefslogtreecommitdiff
path: root/terrafirma.asd
diff options
context:
space:
mode:
Diffstat (limited to 'terrafirma.asd')
-rw-r--r--terrafirma.asd9
1 files changed, 9 insertions, 0 deletions
diff --git a/terrafirma.asd b/terrafirma.asd
new file mode 100644
index 0000000..0e2b6d6
--- /dev/null
+++ b/terrafirma.asd
@@ -0,0 +1,9 @@
+;;;; A-OK.asd
+
+(asdf:defsystem #:A-OK
+ :description "Describe A-OK here"
+ :author "Your Name <your.name@example.com>"
+ :license "Specify license here"
+ :version "0.0.1"
+ :serial t
+ :components ((:file "A-OK")))