Add alexandria to qlfile
This commit is contained in:
parent
5afef2e895
commit
2b3446dac6
3 changed files with 7 additions and 1 deletions
|
@ -13,5 +13,6 @@
|
|||
#.(uiop:read-file-string
|
||||
(uiop:subpathname *load-pathname* "README.md"))
|
||||
:in-order-to ((test-op (test-op piccolo-test)))
|
||||
:depends-on (:assoc-utils
|
||||
:depends-on (:alexandria
|
||||
:assoc-utils
|
||||
:let-over-lambda))
|
||||
|
|
1
qlfile
1
qlfile
|
@ -1,3 +1,4 @@
|
|||
ql fiveam
|
||||
ql assoc-utils
|
||||
ql let-over-lambda
|
||||
ql alexandria
|
||||
|
|
|
@ -14,3 +14,7 @@
|
|||
(:class qlot/source/ql:source-ql
|
||||
:initargs (:%version :latest)
|
||||
:version "ql-2023-10-21"))
|
||||
("alexandria" .
|
||||
(:class qlot/source/ql:source-ql
|
||||
:initargs (:%version :latest)
|
||||
:version "ql-2023-10-21"))
|
||||
|
|
Loading…
Reference in a new issue