summaryrefslogtreecommitdiff
path: root/json.asd
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2022-11-04 01:35:33 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2022-11-04 01:35:33 -0300
commitb69c1857f9b1f811d510f70cff2e15bc02bb2fea (patch)
tree128ed3443baf3e6012271720954decd5aa47e025 /json.asd
parentddb4e50b2bcb700dc4fb0012d9a149f08726651f (diff)
downloadjson-b69c1857f9b1f811d510f70cff2e15bc02bb2fea.tar.gz
json-b69c1857f9b1f811d510f70cff2e15bc02bb2fea.zip
Generate a better parse tree
Diffstat (limited to 'json.asd')
-rw-r--r--json.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/json.asd b/json.asd
index 19479bb..0af37a2 100644
--- a/json.asd
+++ b/json.asd
@@ -1,6 +1,7 @@
(asdf:defsystem #:json
:serial t
- :depends-on (#:monparser)
+ :depends-on (#:utils
+ #:monparser)
:components
((:file "package")
(:file "json")))