summaryrefslogtreecommitdiff
path: root/monparser.asd
diff options
context:
space:
mode:
Diffstat (limited to 'monparser.asd')
-rw-r--r--monparser.asd7
1 files changed, 7 insertions, 0 deletions
diff --git a/monparser.asd b/monparser.asd
new file mode 100644
index 0000000..6374e8e
--- /dev/null
+++ b/monparser.asd
@@ -0,0 +1,7 @@
+(asdf:defsystem #:monparser
+ :serial t
+ :depends-on (#:utils)
+ :components
+ ((:file "package")
+ (:file "input")
+ (:file "parser")))