summaryrefslogtreecommitdiff
path: root/json.asd
diff options
context:
space:
mode:
Diffstat (limited to 'json.asd')
-rw-r--r--json.asd6
1 files changed, 6 insertions, 0 deletions
diff --git a/json.asd b/json.asd
new file mode 100644
index 0000000..598f9c5
--- /dev/null
+++ b/json.asd
@@ -0,0 +1,6 @@
+(asdf:defsystem #:json
+ :serial t
+ :depends-on ()
+ :components
+ ((:file "package")
+ (:file "json")))