summaryrefslogtreecommitdiff
path: root/cmamut.asd
blob: c07b3ff4f32b4c0bc0567cb421d2155c9103eaf9 (plain)
1
2
3
4
5
6
7
(defsystem "cmamut"
  :serial t
  :depends-on ("monparser" "json" "utils")
  :components
  ((:file "package")
   (:file "header")
   (:file "cmamut")))