Newer
Older
pwg / pwg.asd
@clewis clewis on 14 Dec 2023 247 bytes initial commit
;;;; pwg.asd

(asdf:defsystem #:pwg
  :description "Describe pwg here"
  :author "Your Name <your.name@example.com>"
  :license  "Specify license here"
  :version "0.0.1"
  :serial t
  :components ((:file "package")
               (:file "pwg")))