From: Andre Noll Date: Sat, 22 Oct 2016 13:47:12 +0000 (+0200) Subject: The long option parser for subcommands (lopsub). X-Git-Tag: v1.0.0^0 X-Git-Url: http://git.tuebingen.mpg.de/?p=lopsub.git;a=commitdiff_plain;h=9d3fd447f36e1a144a40037d559a92562d120703;hp=9d3fd447f36e1a144a40037d559a92562d120703 The long option parser for subcommands (lopsub). 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. ---