cl-package-locks

Copyright 2011 Elliott Johnson

A library to provide a unified way to work with package locks across supported common lisp implementations.

$ area51 add cl-package-locksCopy

Usage

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