summaryrefslogtreecommitdiff
path: root/cmamut.asd
blob: a7fa80022fc1fc48b57d2ea4371c84dd587385d0 (plain)
1
2
3
4
5
6
(asdf:defsystem #:cmamut
  :serial t
  :depends-on (#:json)
  :components
  ((:file "package")
   (:file "cmamut")))