identifier-pool
A simple generational identification number allocator.
$ area51 add identifier-poolCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(identifier-pool:some-function ...)