summaryrefslogtreecommitdiff
path: root/cmamut.asd
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2026-05-01 14:17:22 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2026-05-01 14:17:22 -0300
commit5d42cdd571144b115c01c4cc66a78fb1d34721cd (patch)
treeed8af1da2af703448559fc95c484c6f41962628d /cmamut.asd
parent700fa7665403713b2f4f93f4e1a7f99af1030a61 (diff)
downloadcmamut-5d42cdd571144b115c01c4cc66a78fb1d34721cd.tar.gz
cmamut-5d42cdd571144b115c01c4cc66a78fb1d34721cd.zip
Start to revert dependency on cffi to use native struct handlingHEADmain
Diffstat (limited to 'cmamut.asd')
-rw-r--r--cmamut.asd5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmamut.asd b/cmamut.asd
index 80ccda9..c07b3ff 100644
--- a/cmamut.asd
+++ b/cmamut.asd
@@ -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")))