From 9d7df1e210927e7237703e696fcaf50a4ebad264 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 7 Jul 2020 17:29:41 -0500 Subject: initial commit --- gtwiwtg.asd | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gtwiwtg.asd (limited to 'gtwiwtg.asd') 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 " + :license "Specify license here" + :version "0.0.1" + :serial t + :components ((:file "package") + (:file "gtwiwtg"))) -- cgit v1.2.3