leveldb

BSD

LevelDB bindings for Common Lisp.

$ area51 add leveldbCopy

Usage

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