cl-hash-util

MIT

A simple and natural wrapper around Common Lisp's hash functionality.

$ area51 add cl-hash-utilCopy

Usage

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