Add function-cache

This commit is contained in:
Akira Tempaku 2024-04-19 15:48:47 +09:00
parent ed23996899
commit ff9a90a324
2 changed files with 5 additions and 0 deletions

1
qlfile
View file

@ -5,3 +5,4 @@ git piccolo https://github.com/skyizwhite/piccolo.git
git ningle-fbr https://github.com/skyizwhite/ningle-fbr.git
ql cl-ppcre
ql log4cl
ql function-cache

View file

@ -30,3 +30,7 @@
(:class qlot/source/ql:source-ql
:initargs (:%version :latest)
:version "ql-2023-10-21"))
("function-cache" .
(:class qlot/source/ql:source-ql
:initargs (:%version :latest)
:version "ql-2023-10-21"))