aboutsummaryrefslogtreecommitdiff
path: root/petty-types.asd
blob: 12892c30100f6fab1b262dc1cf9cecaa59f7e5e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;;; petty-types.asd

(asdf:defsystem #:petty-types
  :description "Convenient DEFTYPEs either awkward or missing from CL."
  :author "colin <colin@cicadas.surf>"
  :license  "Unlicense"
  :version "0.0.1"
  :serial t
  :depends-on (#:alexandria)
  :components ((:file "package")
               (:file "petty-types")))