cl-libuv

MIT

Low-level libuv bindings for Common Lisp.

$ area51 add cl-libuvCopy

Usage

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