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

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