Difference between revisions of "Opag"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Opag |Short description=Generates code that parses command line options |Full description=Opag (Option Parser Generator) generates C or C++ code that parses command...")
 
(No version changes)
 
Line 3: Line 3:
 
|Short description=Generates code that parses command line options
 
|Short description=Generates code that parses command line options
 
|Full description=Opag (Option Parser Generator) generates C or C++ code that parses command line options. Input is a description of the command line options you want your program to support. Output is a C or C++ function which finds these options in an array of strings (typically "argv", the second parameter of the "main" function) and sets variables accordingly. The package supports both short (single character) and long (GNU style) options. Users can also associate a help string with each option. Opag uses these to create a macro which expands to a string containing a nicely formatted description of the options.
 
|Full description=Opag (Option Parser Generator) generates C or C++ code that parses command line options. Input is a description of the command line options you want your program to support. Output is a C or C++ function which finds these options in an array of strings (typically "argv", the second parameter of the "main" function) and sets variables accordingly. The package supports both short (single character) and long (GNU style) options. Users can also associate a help string with each option. Opag uses these to create a macro which expands to a string containing a nicely formatted description of the options.
 +
|Homepage URL=https://github.com/mok0/opag
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://www.zero-based.org/software/opag/
 
|VCS checkout command=
 
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=C++,command line,string,variable,source code,C,generator,parsing,argv,options,short,long
 
|Keywords=C++,command line,string,variable,source code,C,generator,parsing,argv,options,short,long
|Is GNU=n
 
|Last review by=Janet Casey
 
|Last review date=2005-05-11
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
 
|Version identifier=0.8.0
 
|Version identifier=0.8.0
 
|Version date=2005-05-08
 
|Version date=2005-05-08
 
|Version status=beta
 
|Version status=beta
|Version download=http://www.zero-based.org/software/opag/opag-0.8.0.tar.gz
+
|Version download=https://github.com/mok0/opag/archive/master.zip
 +
|Version comment=0.8.0 beta released 2005-05-08
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/01/19
 +
|Submitted by=Database conversion
 +
|Submitted date=2011-04-01
 +
|Status=
 +
|Is GNU=No
 +
|License verified date=2004-02-17
 +
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=Janet Casey
 
|License verified date=2004-02-17
 
|License verified date=2004-02-17
|Version comment=0.8.0 beta released 2005-05-08
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Martin Dickopp
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Martin Dickopp
 
 
|Email=martin-opag@zero-based.org
 
|Email=martin-opag@zero-based.org
 
|Resource URL=
 
|Resource URL=
Line 44: Line 41:
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv2orlater
 
|License verified by=Janet Casey
 
|License verified date=2004-02-17
 
}}
 

Latest revision as of 21:22, 18 January 2017


[edit]

Opag

https://github.com/mok0/opag
Generates code that parses command line options

Opag (Option Parser Generator) generates C or C++ code that parses command line options. Input is a description of the command line options you want your program to support. Output is a C or C++ function which finds these options in an array of strings (typically "argv", the second parameter of the "main" function) and sets variables accordingly. The package supports both short (single character) and long (GNU style) options. Users can also associate a help string with each option. Opag uses these to create a macro which expands to a string containing a nicely formatted description of the options.





Licensing

License

Verified by

Verified on

Notes

Verified by

Janet Casey

Verified on

17 February 2004




Leaders and contributors

Contact(s)Role
Martin Dickopp Maintainer


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,SupportE-mailmailto:martin-opag@zero-based.org


Software prerequisites




Entry


















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.