aboutsummaryrefslogtreecommitdiff
path: root/forget.asd
blob: 899dfa8aee194acadc5072755c1c2fc83554bce2 (plain)
1
2
3
4
5
6
7
8
9
10
;;;; forget.asd

(asdf:defsystem #:forget
  :description "Development utility to forget everything about a symbol"
  :author "Colin <colin@cicadas.surf>"
  :license  "Unlicense"
  :version "0.0.1"
  :serial t
  :components ((:file "package")
               (:file "forget")))