cl-hash-util
A simple and natural wrapper around Common Lisp's hash functionality.
$ area51 add cl-hash-utilCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-hash-util:some-function ...)