summaryrefslogtreecommitdiff
path: root/json.asd
blob: d6d5f66fffdf0392c71faea35948d69c1c4f0e81 (plain)
1
2
3
4
5
6
7
8
(asdf:defsystem #:json
  :serial t
  :depends-on (#:utils
               #:monparser)
  :components
  ((:file "package")
   (:file "dump")
   (:file "load")))