zacl
A layer for loading and running some Allegro CL projects.
$ area51 add zaclCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(zacl:some-function ...)A layer for loading and running some Allegro CL projects.
$ area51 add zaclCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(zacl:some-function ...)