• Home
Name Date Size #Lines LOC

..--

ci/12-May-2024-2620

po/12-May-2024-4,7843,717

src/12-May-2024-5,5313,870

tests/12-May-2024-1,170950

.gitignoreD12-May-2024439 5150

.poptD12-May-20240

BUILD.gnD12-May-20241.2 KiB5046

CHANGESD12-May-202410.5 KiB205193

COPYINGD12-May-20241.2 KiB2318

Doxyfile.inD12-May-202450.3 KiB1,247888

Makefile.amD12-May-20241.6 KiB7249

OAT.xmlD12-May-20247.7 KiB11761

READMED12-May-2024812 1915

README.OpenSourceD12-May-2024465 1211

autogen.shD12-May-202426 41

bundle.jsonD12-May-2024779 3434

configure.acD12-May-20241.8 KiB6453

popt.3D12-May-202430.9 KiB773763

popt.pc.inD12-May-2024189 119

README

1This is the popt(3) command line option parsing library. While it is similiar
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 convience 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.18",
7        "Owner"                 : "ningzuobin@huawei.com",
8        "Upstream URL"          : "https://github.com/rpm-software-management/popt/tree/popt-1.18-release",
9        "Description"           : "Popt is a C library for parsing command line parameters."
10    }
11]
12