ctype
An implementation of the Common Lisp type system.
$ area51 add ctypeCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(ctype:some-function ...)An implementation of the Common Lisp type system.
$ area51 add ctypeCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(ctype:some-function ...)