# HG changeset patch # User Steve Losh # Date 1555511437 14400 # Node ID 9918f80ae953dcfd12994d13ef81398d1e378b08 # Parent c084d84024d0fff4d9d7e0547a1a76d2b64a0d2f adopt: Update site. diff -r c084d84024d0 -r 9918f80ae953 adopt/index.html --- a/adopt/index.html Thu Mar 07 12:47:45 2019 -0500 +++ b/adopt/index.html Wed Apr 17 10:30:37 2019 -0400 @@ -12,18 +12,25 @@

Adopt

-

I needed A Damn OPTion 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.

+

I needed a damn option parsing library.

+

Adopt is a simple UNIX-style option parser in Common Lisp, heavily influenced by +Python's optparse and argparse.

+

Adopt aims to be a simple, robust option parser. It can automatically print +help information and even generate man pages for you.

The test suite currently passes in SBCL, CCL, ECL, and ABCL on Ubuntu. Further -testing is welcome.

Table of Contents

  1. Installation
  2. Usage
  3. API Reference
  4. Changelog
+testing is welcome.

+

Adopt is compatible with Quicklisp, but not in Quicklisp (yet). You can clone +the repository into your Quicklisp local-projects directory for now.

+

The adopt system contains the core API and depends on Bobbin and +split-sequence.

+

The adopt/test system contains the test suite, which depends on some other +systems. You don't need to load this unless you want to run the unit tests.

Table of Contents

  1. Usage
  2. API Reference
  3. Changelog