aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-09-15 10:26:23 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-09-15 10:26:23 -0700
commitfc51d6631b26b283aa2b34616f2111015cc9cebe (patch)
tree9d5b59ae65941f998a388c33de3aedf5957181d7 /consfigurator.asd
parentb1647b62993f73a267e4fef78d57f2c35ea74612 (diff)
downloadconsfigurator-fc51d6631b26b283aa2b34616f2111015cc9cebe.tar.gz
add basics of package definitions and utility functions
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd6
1 files changed, 6 insertions, 0 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
new file mode 100644
index 0000000..9b34915
--- /dev/null
+++ b/consfigurator.asd
@@ -0,0 +1,6 @@
+(asdf:defsystem :consfigurator
+ :serial t
+ :depends-on (:cl-ppcre)
+ :components ((:file "package")
+ (:file "util")
+ (:file "core")))