shellpool
A library for running external programs from Common Lisp. (https://github.org/jaredcdavis/shellpool)
$ area51 add shellpoolCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(shellpool:some-function ...)