aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtwiwtg.asd
blob: 100060967cc773306d432d1ffb6213d2c61012fe (plain)
1
2
3
4
5
6
7
8
9
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")))