aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtwiwtg.asd
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-07 17:29:41 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-07 17:29:41 -0500
commit9d7df1e210927e7237703e696fcaf50a4ebad264 (patch)
treef783fa0877c6c35ab1cd054177f9e0dd028e126a /gtwiwtg.asd
initial commit
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")))