dolist returns nil
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Thu, 22 Nov 2018 00:12:26 -0500 | 
    
        | parents | 152830fa3f85 | 
    
        | children | 23baaf9d4f31 | 
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][].
It aims to be simple and powerful enough for the majority of use cases.
* **License:** MIT
* **Documentation:** <https://sjl.bitbucket.io/adopt/>
* **Mercurial:** <https://bitbucket.org/sjl/adopt/>
* **Git:** <https://github.com/sjl/adopt/>
The test suite currently passes in SBCL, CCL, ECL, and ABCL on Debian.  Further
testing is welcome.
[Bobbin]: https://github.com/sjl/bobbin
[split-sequence]: https://www.cliki.net/split-sequence