Name Date Size

..25-Oct-20244 KiB

.gitignoreH A D25-Oct-2024608

.poptH A D25-Oct-20240

autogen.shH A D25-Oct-202433

BUILD.gnH A D25-Oct-20241.2 KiB

bundle.jsonH A D25-Oct-2024788

CHANGESH A D25-Oct-202410.5 KiB

ci/H25-Oct-20244 KiB

configure.acH A D25-Oct-20242.2 KiB

COPYINGH A D25-Oct-20241 KiB

CREDITSH A D25-Oct-2024889

Doxyfile.inH A D25-Oct-202450.3 KiB

Makefile.amH A D25-Oct-20241.6 KiB

OAT.xmlH A D25-Oct-20247.7 KiB

po/H25-Oct-20244 KiB

popt.3H A D25-Oct-202432.4 KiB

popt.pc.inH A D25-Oct-2024216

popt.pdfH A D25-Oct-202475.8 KiB

READMEH A D25-Oct-2024813

README.OpenSourceH A D25-Oct-2024463

src/H25-Oct-20244 KiB

tests/H25-Oct-20244 KiB

README

1This is the popt(3) command line option parsing library. While it is similar
2to getopt(3), it contains a number of enhancements, including:
3
4	1) popt is fully reentrant
5	2) popt can parse arbitrary argv[] style arrays while 
6	   getopt(3) makes this quite difficult
7	3) popt allows users to alias command line arguments
8	4) popt provides convenience functions for parsing strings
9	   into argv[] style arrays
10
11Complete documentation on popt(3) is available in popt.pdf (included in this
12tarball), which is excerpted with permission from the book "Linux
13Application Development" by Michael K. Johnson and Erik Troan (available
14from Addison Wesley in May, 1998).
15
16Bugs, feature requests and contributions can be submitted at
17https://github.com/rpm-software-management/popt or alternatively
18rpm-maint@lists.rpm.org.
19

README.OpenSource

1[
2    {
3        "Name"                  : "Popt",
4        "License"               : "MIT License",
5        "License File"          : "COPYING",
6        "Version Number"        : "1.19",
7        "Owner"                 : "zhuyan34@huawei.com",
8        "Upstream URL"          : "https://github.com/rpm-software-management/popt/tree/popt-1.19-release",
9        "Description"           : "Popt is a C library for parsing command line parameters."
10    }
11]
12