I am pleased to announce the release of Arg_parser 1.7.

Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. There exist C++ and C versions of Arg_parser. The C++ version is implemented as a C++ class, while the C version is implemented as a single struct plus associated functions. Both are simpler, easier to use, and safer that 'getopt_long'.

The C++ version of Arg_parser can also parse options from configuration files.

Arg_parser was developed as the argument parser for GNU moe, because moe's argument parsing is rather complex. This is the reason why I ask bug reports for Arg_parser to be sent to [email protected].

The homepage is at http://www.nongnu.org/arg-parser/arg_parser.html

The sources can be downloaded from http://download.savannah.gnu.org/releases/arg-parser/

The md5sums are:
4c39d28f400d9d4e5037bac059f1cef6  arg_parser-1.7.tar.gz
1eaafa8b425b9173cfe1aaa041950b12  arg_parser-1.7.tar.lz

This release is also GPG signed. You can download the signature by
appending ".sig" to the URL.

Changes in version 1.7:

  * Minor fixes.

* Quote characters in messages have been changed as advised by GNU Coding Standards.

* Configure option "--datadir" has been renamed to "--datarootdir" to follow GNU Standards.


Please send bug reports and suggestions to [email protected]


Regards,
Antonio Diaz, Arg_parser author and maintainer.


_______________________________________________
Bug-moe mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-moe

Reply via email to