aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-20 16:17:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-20 16:17:53 -0700
commitc3dbaf56b4a562b4a64b5d6c2891f15ff0837800 (patch)
tree9487a06739b9fdd26057fae8b8d7f023bc2948ea /consfigurator.asd
parent8ef2b3b84b0d68120db797ea610e8dadfb68a124 (diff)
downloadconsfigurator-c3dbaf56b4a562b4a64b5d6c2891f15ff0837800.tar.gz
implement %GET-DATA-STREAM
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd2
1 files changed, 2 insertions, 0 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index d21d203..9748064 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,6 +1,8 @@
(asdf:defsystem :consfigurator
:serial t
:depends-on (#:alexandria
+ #:babel
+ #:babel-streams
#:cl-ppcre
#:cl-interpol)
:components ((:file "src/package")