ROC and more sketching
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 22 Nov 2018 00:46:02 -0500 |
parents |
152830fa3f85 |
children |
23baaf9d4f31 |
Adopt
=====
I needed **A** **D**amn **OPT**ion parsing library.
Adopt is a simple (~150 LOC) UNIX-style option parser in Common Lisp.
It depends on [Bobbin][] and [split-sequence][].
The test suite currently passes in SBCL, CCL, ECL, and ABCL on Debian. Further
testing is welcome.
* **License:** MIT
* **Documentation:** <https://sjl.bitbucket.io/adopt/>
* **Mercurial:** <https://bitbucket.org/sjl/adopt/>
* **Git:** <https://github.com/sjl/adopt/>
[Bobbin]: https://github.com/sjl/bobbin
[split-sequence]: https://www.cliki.net/split-sequence