simple-finalizer

BSD

A simple Common Lisp finalizer for foreign objects when using CFFI and TRIVIAL-GARBAGE.

$ area51 add simple-finalizerCopy

Usage

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