From 8db501749d47964b436bc63cafb80a17bfd42396 Mon Sep 17 00:00:00 2001 From: Piotr Szarmanski Date: Sun, 25 Sep 2022 19:54:42 +0200 Subject: Add parallel decoder. --- eris.asd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'eris.asd') 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" -- cgit v1.2.3