arg-parser-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Arg-parser-bug] Arg_parser 1.13 released


From: Antonio Diaz Diaz
Subject: [Arg-parser-bug] Arg_parser 1.13 released
Date: Fri, 31 Mar 2017 13:59:09 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14

I am pleased to announce the release of Arg_parser 1.13.

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.

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 sha256sum is:
fb0588794233eb1837e9debd7158e36ad42ba0f86bdb04f150c6cf48514f7494 arg_parser-1.13.tar.lz

This release is also GPG signed. You can download the signature by appending '.sig' to the URL. If the 'gpg --verify' command fails because you don't have the required public key, then run this command to import it:

  gpg --keyserver keys.gnupg.net --recv-keys 8FE99503132D7742

Changes in version 1.13:

  * Small improvements have been made to the C++ version.

  * The tests have been improved.


Please send bug reports and suggestions to address@hidden


Regards,
Antonio Diaz, Arg_parser author and maintainer.

--
If you are distributing software in xz format, please consider using lzip instead. See http://www.nongnu.org/lzip/xz_inadequate.html and http://www.nongnu.org/lzip/lzip_benchmark.html#busybox




reply via email to

[Prev in Thread] Current Thread [Next in Thread]