diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2023-01-30 03:09:53 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2023-01-30 03:09:53 -0300 |
commit | b58fff9971171d8fb1455b00c1ca3d40f9f11d41 (patch) | |
tree | 38fbe7dfbb9758fd6bcd8ce483d56efc0e9483f3 /cmamut.asd | |
parent | ac0a5a9a012f38de060f20dcc740e8cd6a68a588 (diff) | |
download | cmamut-b58fff9971171d8fb1455b00c1ca3d40f9f11d41.tar.gz cmamut-b58fff9971171d8fb1455b00c1ca3d40f9f11d41.zip |
Implement most of the generation
Diffstat (limited to 'cmamut.asd')
-rw-r--r-- | cmamut.asd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ (asdf:defsystem #:cmamut :serial t - :depends-on () + :depends-on (#:json) :components ((:file "package") (:file "cmamut"))) |