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