Difference between revisions of "Arg-parser"

From Free Software Directory
Jump to: navigation, search
 
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=Arg_parser
 
|Name=Arg_parser
|Short description=an argument parser that follows POSIX and GNU conventions for command line arguments.
+
|Short description=Argument parser that follows POSIX and GNU conventions.
 
|Full description=Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. 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'.
 
|Full description=Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. 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'.
 
|Homepage URL=https://www.nongnu.org/arg-parser/
 
|Homepage URL=https://www.nongnu.org/arg-parser/
Line 8: Line 8:
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
 
|Keywords=C++,command line,parser,class,C,parsing,argument,parse
 
|Keywords=C++,command line,parser,class,C,parsing,argument,parse
|Version identifier=1.12
+
|Version identifier=1.14
|Version date=2016/03/23
+
|Version date=2019/01/01
 
|Version status=stable
 
|Version status=stable
|Version download=http://download.savannah.gnu.org/releases/arg-parser/arg_parser-1.12.tar.lz
+
|Version download=https://download.savannah.gnu.org/releases/arg-parser/arg_parser-1.14.tar.lz
|Last review by=Alejandroindependiente
+
|Last review by=Bendikker
|Last review date=2016/12/24
+
|Last review date=2019/01/09
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
 
|User level=intermediate
 
|User level=intermediate
 
|Accepts cryptocurrency donations=No
 
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://download.savannah.gnu.org/releases/arg-parser/arg_parser-1.14.tar.lz.sig
 
|Test entry=No
 
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No

Latest revision as of 03:19, 9 January 2019


[edit]

Arg_parser

https://www.nongnu.org/arg-parser/
Argument parser that follows POSIX and GNU conventions.

Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. 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'.





Licensing

License

Verified by

Verified on

Notes

Verified by

Kelly Hopkins

Verified on

28 January 2009




Leaders and contributors

Contact(s)Role
Antonio Diaz Diaz Maintainer


Resources and communication

AudienceResource typeURI
Generalhttps://savannah.gnu.org/people/
Downloadhttps://download.savannah.nongnu.org/releases/arg-parser/
Savannah (Ref)https://savannah.nongnu.org/projects/arg-parser/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/arg-parser-bug/


Software prerequisites




Entry










"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.













Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.