mcclim
McCLIM is an implementation of the CLIM 2.0 specification.
$ area51 add mcclimCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(mcclim:some-function ...)McCLIM is an implementation of the CLIM 2.0 specification.
$ area51 add mcclimCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(mcclim:some-function ...)