cl-unification
The CL-UNIFICATION system. The system contains the definitions for the 'unification' machinery.
$ area51 add cl-unificationCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-unification:some-function ...)