unboxables

MIT

A simple wrapper around CFFI to enable contiguously allocated arrays of structures in Common Lisp.

$ area51 add unboxablesCopy

Usage

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