summaryrefslogtreecommitdiff
path: root/eris.asd
diff options
context:
space:
mode:
Diffstat (limited to 'eris.asd')
-rw-r--r--eris.asd5
1 files changed, 3 insertions, 2 deletions
diff --git a/eris.asd b/eris.asd
index 7f80a49..a1bdbb9 100644
--- a/eris.asd
+++ b/eris.asd
@@ -2,7 +2,7 @@
:name "eris"
:author "mail@ykonai.net"
:license "LGPLv3 or later"
- :depends-on ("ironclad" "alexandria" "function-cache")
+ :depends-on ("ironclad" "alexandria" "trivial-gray-streams" "function-cache" "bordeaux-threads" #+unix "osicat" #+unix "mmap")
:components
((:module "src"
:serial t
@@ -12,7 +12,8 @@
(:file "conditions")
(:file "base32")
(:file "eris")
- (:file "eris-decode"))))
+ (:file "eris-decode")
+ #+unix (:file "parallel-decoder"))))
:in-order-to ((test-op (test-op :eris/test))))
(defsystem "eris/test"