Add alexandria dependency

This commit is contained in:
John Lorentzson 2025-07-03 10:29:19 +02:00
parent 4899d888aa
commit f1cf8ad488

View file

@ -2,7 +2,7 @@
(defsystem #:user-side-compiler (defsystem #:user-side-compiler
:serial t :serial t
:depends-on (#:closer-mop) :depends-on (#:closer-mop #:alexandria)
:components :components
((:file "package") ((:file "package")
(:file "toolkit") (:file "toolkit")