README.markdown @ b0cb724b7831

Implement exit for CCL
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Dec 2018 00:19:26 -0500
parents 23baaf9d4f31
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