• Home
Name Date Size #Lines LOC

..--

auto/12-May-2024-592504

m4/12-May-2024-10,5029,500

po/12-May-2024-5,3414,210

popt.xcodeproj/12-May-2024-546531

ABOUT-NLSD12-May-202474.7 KiB1,0691,022

BUILD.gnD12-May-2024647 3833

CHANGESD12-May-202410.5 KiB205193

COPYINGD12-May-20241.2 KiB2318

Doxyfile.inD12-May-202450.3 KiB1,247888

Makefile.amD12-May-20242.6 KiB11981

Makefile.inD12-May-202440.7 KiB1,2351,104

OAT.xmlD12-May-20248.7 KiB13781

READMED12-May-2024721 1713

README.OpenSourceD12-May-2024443 1211

aclocal.m4D12-May-202438.9 KiB1,083977

autogen.shD12-May-2024769 3930

bundle.jsonD12-May-2024908 3939

config.guessD12-May-202443.9 KiB1,5021,291

config.hD12-May-20244.1 KiB14842

config.h.inD12-May-20243.8 KiB14598

config.rpathD12-May-202417.9 KiB667563

config.subD12-May-202433.6 KiB1,7061,558

configureD12-May-2024540 KiB18,80915,181

configure.acD12-May-20244 KiB136116

depcompD12-May-202418.2 KiB631407

footer_no_timestamp.htmlD12-May-2024256 65

install-shD12-May-202413.3 KiB521344

libpopt.versD12-May-20241 KiB5958

lookup3.cD12-May-202431 KiB970642

ltmain.shD12-May-2024237.5 KiB8,4076,475

missingD12-May-202411.2 KiB377281

popt.3D12-May-202430.9 KiB773763

popt.cD12-May-202447.1 KiB1,7881,378

popt.hD12-May-202422.1 KiB745216

popt.pc.inD12-May-2024192 119

popt.psD12-May-2024424 KiB

popt.spec.inD12-May-20242 KiB8364

poptconfig.cD12-May-202413.2 KiB583436

popthelp.cD12-May-202424.8 KiB926636

poptint.cD12-May-20244.5 KiB200158

poptint.hD12-May-20245.5 KiB223136

poptparse.cD12-May-20245.2 KiB231177

system.hD12-May-20242.7 KiB10462

tdict.cD12-May-20243.2 KiB133115

test-poptrcD12-May-2024348 1411

test-poptrc.inD12-May-2024348 1411

test1.cD12-May-202410.4 KiB363261

test2.cD12-May-20245.2 KiB150118

testit.shD12-May-20248.3 KiB180150

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.ps (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
16Comments on popt should be addressed to popt-devel@rpm5.org.
17

README.OpenSource

1[
2    {
3        "Name"                  : "Popt",
4        "License"               : "X Consortium License",
5        "License File"          : "COPYING",
6        "Version Number"        : "1.16",
7        "Owner"                 : "jiangxiaofeng8@huawei.com",
8        "Upstream URL"          : "https://github.com/devzero2000/POPT",
9        "Description"           : "Popt is a C library for parsing command line parameters."
10    }
11]
12