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