From 5d42cdd571144b115c01c4cc66a78fb1d34721cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Fri, 1 May 2026 14:17:22 -0300 Subject: Start to revert dependency on cffi to use native struct handling --- cmamut.asd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cmamut.asd') 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"))) -- cgit v1.2.3