docopt
- Ebuilds: 1, Testing: 0.6.3 Description:
With docopt, the option parser is generated based on the program's
docstring. docopt parses the usage pattern ("Usage: ...") and
option descriptions (lines starting with dash "-") and ensures that
the program invocation matches the usage pattern. It parses options,
arguments and commands based on that. The basic idea is that a good
help message has all necessary information in it to make a parser.
Homepage:https://github.com/docopt/docopt.cpp License: MIT Boost-1.0
replxx
- Ebuilds: 1, Testing: 0.0.4 Description:
A small, portable GNU readline replacement for Linux, Windows and
MacOS which is capable of handling UTF-8 characters. Unlike GNU
readline, which is GPL, this library uses a BSD license and can be
used in any kind of program.
Homepage:https://github.com/AmokHuginnsson/replxx License: BSD