Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
ci/ | 12-May-2024 | - | 26 | 20 | ||
po/ | 12-May-2024 | - | 4,784 | 3,717 | ||
src/ | 12-May-2024 | - | 5,531 | 3,870 | ||
tests/ | 12-May-2024 | - | 1,170 | 950 | ||
.gitignore | D | 12-May-2024 | 439 | 51 | 50 | |
.popt | D | 12-May-2024 | 0 | |||
BUILD.gn | D | 12-May-2024 | 1.2 KiB | 50 | 46 | |
CHANGES | D | 12-May-2024 | 10.5 KiB | 205 | 193 | |
COPYING | D | 12-May-2024 | 1.2 KiB | 23 | 18 | |
Doxyfile.in | D | 12-May-2024 | 50.3 KiB | 1,247 | 888 | |
Makefile.am | D | 12-May-2024 | 1.6 KiB | 72 | 49 | |
OAT.xml | D | 12-May-2024 | 7.7 KiB | 117 | 61 | |
README | D | 12-May-2024 | 812 | 19 | 15 | |
README.OpenSource | D | 12-May-2024 | 465 | 12 | 11 | |
autogen.sh | D | 12-May-2024 | 26 | 4 | 1 | |
bundle.json | D | 12-May-2024 | 779 | 34 | 34 | |
configure.ac | D | 12-May-2024 | 1.8 KiB | 64 | 53 | |
popt.3 | D | 12-May-2024 | 30.9 KiB | 773 | 763 | |
popt.pc.in | D | 12-May-2024 | 189 | 11 | 9 |
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