cl-toml

MIT

TOML v0.4.0 parser and encoder

$ area51 add cl-tomlCopy

Usage

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