aboutsummaryrefslogtreecommitdiff
path: root/petty-types.asd
blob: 5ca2769446b4cb502d1c962b14431cd14cfa0a3f (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.1.0"
  :serial t
  :depends-on (#:alexandria)
  :components ((:file "package")
               (:file "petty-types")))