Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37404874
en ru br
ALT Linux repos
S:13-alt1
5.0: 9-alt1
4.1: 8-alt1
4.0: 6-alt1

Other repositories

Group :: System/Libraries
RPM: argtable2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 13-alt1
Build date: 3 september 2014, 09:52 ( 502.3 weeks ago )
Size: 2.90 Mb

Home page:   http://argtable.sf.net/

License: LGPL
Summary: An ANSI C library for parsing GNU style command line arguments
Description:

Argtable is an ANSI C library for parsing GNU style command line
arguments. It enables a program's command line syntax to be defined in
the source code as an array of argtable structs. The command line is
then parsed according to that specification and the resulting values
are returned in those same structs where they are accessible to the
main program. Both tagged (-v, --verbose, --foo=bar) and untagged
arguments are supported, as are multiple instances of each argument.
Syntax error handling is automatic and the library also provides the
means for displaying the command line syntax directly from the array
of argument specifications.

Current maintainer: Eugeny A. Rostovtsev (REAL)

List of contributors

List of rpms provided by this srpm:

  • argtable2-doc-examples
  • argtable2-doc-html
  • argtable2-doc-pdf
  • argtable2-doc-ps
  • libargtable2
  • libargtable2-debuginfo
  • libargtable2-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin