cffi-object

Apache-2.0

A Common Lisp library that enables fast and convenient interoperation with foreign objects.

$ area51 add cffi-objectCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cffi-object:some-function ...)