;;;; petty-types.asd (asdf:defsystem #:petty-types :description "Convenient DEFTYPEs either awkward or missing from CL." :author "colin " :license "Unlicense" :version "0.1.0" :serial t :depends-on (#:alexandria) :components ((:file "package") (:file "petty-types")))