cl-package-locks
A library to provide a unified way to work with package locks across supported common lisp implementations.
$ area51 add cl-package-locksCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-package-locks:some-function ...)