diff options
Diffstat (limited to 'cmamut.asd')
| -rw-r--r-- | cmamut.asd | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ -(asdf:defsystem #:cmamut +(defsystem "cmamut" :serial t - :depends-on (#:cffi #:json) + :depends-on ("monparser" "json" "utils") :components ((:file "package") + (:file "header") (:file "cmamut"))) |
