summaryrefslogtreecommitdiff
path: root/README (follow)
Commit message (Collapse)AuthorAge
* Switch to https.Andre Noll2024-05-10
| | | | | | All URLs of the source code work as well with the https transport, which is generally preferred. The links in the files below debian/ will be adjusted in a separate commit.
* lopsub.7: Move installation instructions from man page to README.Andre Noll2019-04-22
| | | | | | | | | | | | As pointed out by Adam Borowski, installation instructions don't really belong in the man page. This commit converts the instructions from roff format to plain text which is added at the bottom of the existing README file. We keep the link to the git repository though, and add a few more links to related resources. Requested-by: Adam Borowski <kilobyte@angband.pl>
* The long option parser for subcommands (lopsub).v1.0.0Andre Noll2016-10-23
This library was under development for over a year and is now ready for prime time. The code is believed to be mature and no bugs are known at this time. The API is fully documented and stable, and no new features are planned. Future fixes and enhancements will take backwards compatibility into account. The code used to be part of the paraslash package, but has been moved to its own repository. All prior commits have been discarded, so this repository contains only the final result as a single commit. The input files for the lopsubgen utility and the config file parser are based on flex. The API documentation is created with gendoc.m4, a simple m4 file which is part of this repository. Documentation includes the three man pages lopsub.7, lopsubgen.1 and lopsub.suite.5 which describe different aspects of the library. There is also an example application called lopsubex which illustrates various features of the library.