README.markdown @ 23baaf9d4f31

Wrong Distro-
author Steve Losh <steve@stevelosh.com>
date Thu, 22 Nov 2018 00:47:41 -0500
parents 152830fa3f85
children 3487644c33e9
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 Ubuntu.  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