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
:serial t
:depends-on (#:closer-mop)
:depends-on (#:closer-mop #:alexandria)
:components
((:file "package")
(:file "toolkit")