• Home
Name Date Size #Lines LOC

..--

ci/22-Mar-2025-2620

po/22-Mar-2025-5,5474,315

src/22-Mar-2025-5,5573,907

tests/22-Mar-2025-1,178962

.gitignoreD22-Mar-2025608 5654

.poptD22-Mar-20250

BUILD.gnD22-Mar-20251.2 KiB5147

CHANGESD22-Mar-202510.5 KiB205193

COPYINGD22-Mar-20251 KiB2016

CREDITSD22-Mar-2025889 5450

Doxyfile.inD22-Mar-202550.3 KiB1,247888

Makefile.amD22-Mar-20251.6 KiB7249

OAT.xmlD22-Mar-20257.7 KiB11761

READMED22-Mar-2025813 1915

README.OpenSourceD22-Mar-2025463 1211

autogen.shD22-Mar-202533 41

bundle.jsonD22-Mar-2025788 3434

configure.acD22-Mar-20252.2 KiB7361

popt.3D22-Mar-202532.4 KiB832822

popt.pc.inD22-Mar-2025216 1210

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