This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ANNOUNCEMENT] libargp-20110921-3


libargp and libargp-devel 20110921-3 are now available in Cygwin. This is a
Cygwin-only update, that separates the libargp package into two: 

* libargp: just the loadable DLL
* libargp-devel: header files for developers to use in building
applications with libargp.

Argp is an interface for parsing unix-style argument vectors. Argp provides
features unavailable in the more commonly used getopt interface, including
automatically producing output in response to the '--help' and '--version'
options.  Argp also provides the ability to merge several independently
defined option parsers into one, mediating conflicts between them and
making the result appear seamless. A library can export an argp option
parser that user programs might employ in conjunction with their own option
parsers, resulting in less work for the user programs. Some programs may
use only argument parsers exported by libraries, thereby achieving
consistent and efficient option-parsing for abstractions implemented by the
libraries.

Andrew E. Schulman


*******************************************************************


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com_at_cygwin.com  

If you need more information on unsubscribing, start reading here: 

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]