cffi
The Common Foreign Function Interface
$ area51 add cffiCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cffi:some-function ...)The Common Foreign Function Interface
$ area51 add cffiCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cffi:some-function ...)