cl-cmark
Common Lisp bindings to libcmark, the CommonMark reference implementation
$ area51 add cl-cmarkCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-cmark:some-function ...)Common Lisp bindings to libcmark, the CommonMark reference implementation
$ area51 add cl-cmarkCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-cmark:some-function ...)