summaryrefslogtreecommitdiff
path: root/eris.asd
diff options
context:
space:
mode:
authorPiotr Szarmanski2023-08-25 19:44:07 +0200
committerPiotr Szarmanski2023-08-25 19:44:07 +0200
commit2d7036f910bc58c5d791dba560e50ff18adfa70f (patch)
tree1f2d648e6458bdf97c9b8dd15f70dc6509c0d9ba /eris.asd
parentfed34b8df2b19ba996ef810f44d5666437c90fb7 (diff)
Remove function-cache, cached-lambda.
Diffstat (limited to 'eris.asd')
-rw-r--r--eris.asd5
1 files changed, 2 insertions, 3 deletions
diff --git a/eris.asd b/eris.asd
index 405c9c4..7950016 100644
--- a/eris.asd
+++ b/eris.asd
@@ -3,12 +3,11 @@
:author "mail@ykonai.net"
:license "LGPLv3 or later"
:depends-on ("ironclad" "alexandria" "serapeum" "trivial-gray-streams"
- "function-cache" "lparallel" #+unix "osicat" #+unix "mmap")
+ "lparallel" #+unix "osicat" #+unix "mmap")
:components
((:module "src"
:serial t
- :components ((:file "cache")
- (:file "package")
+ :components ((:file "package")
(:file "common")
(:file "conditions")
(:file "base32")