diff options
Diffstat (limited to 'eris.asd')
-rw-r--r-- | eris.asd | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |