cl-oju
Common Lisp equivalents of core Clojure functions, especially sequence-related ones
$ area51 add cl-ojuCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-oju:some-function ...)