cffi-ops

Apache-2.0

A library that helps write concise CFFI-related code.

$ area51 add cffi-opsCopy

Usage

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