diff options
author | Piotr Szarmanski | 2022-10-10 15:18:22 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2022-10-10 15:18:22 +0200 |
commit | 50e39b868c93e520e6245c196802d48b53c6fc1c (patch) | |
tree | 3ca40810622853c7668eed386b519c953b527b04 /eris.asd | |
parent | 5411a7d6b4cd0197c34b8c97da75a24b71aa978d (diff) |
Add serapeum and clean up type specifiers.
Diffstat (limited to 'eris.asd')
-rw-r--r-- | eris.asd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ :name "eris" :author "mail@ykonai.net" :license "LGPLv3 or later" - :depends-on ("ironclad" "alexandria" "trivial-gray-streams" "function-cache" "bordeaux-threads" #+unix "osicat" #+unix "mmap") + :depends-on ("ironclad" "alexandria" "serapeum" "trivial-gray-streams" "function-cache" "bordeaux-threads" #+unix "osicat" #+unix "mmap") :components ((:module "src" :serial t @@ -18,7 +18,7 @@ (defsystem "eris/test" :name "eris/test" - :depends-on ("eris" "fiveam" "ironclad" "alexandria") + :depends-on ("eris" "fiveam" "ironclad" "alexandria" "serapeum") :perform (test-op (op c) (symbol-call :fiveam :run! (find-symbol* :eris-tests :eris/test))) :components ((:module "tests" |