aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-09-15 17:36:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-09-15 17:36:43 -0700
commitaecb4a1351335caf9877a84eafbfceb42c891300 (patch)
tree31b69bdf4301837a0edb92f06437593df084b9fb /consfigurator.asd
parent0de1493116b19521d28826916a71be59420584d0 (diff)
downloadconsfigurator-aecb4a1351335caf9877a84eafbfceb42c891300.tar.gz
define classes and accessors for connections and properties
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index b907d41..dea5e30 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,6 +1,7 @@
(asdf:defsystem :consfigurator
:serial t
- :depends-on (:cl-ppcre)
+ :depends-on (#:cl-ppcre
+ #:alexandria)
:components ((:file "package")
(:file "util")
(:file "core")