Name: | popt |
---|---|
Version: | 1.13 |
Release: | 16.el7 |
Architecture: | aarch64 |
Group: | System Environment/Libraries |
Size: | 117172 |
License: | MIT |
RPM: | popt-1.13-16.el7.aarch64.rpm |
Source RPM: | popt-1.13-16.el7.src.rpm |
Build Date: | Thu May 03 2018 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.rpm5.org/ |
Summary: | C library for parsing command line parameters |
Description: | Popt is a C library for parsing command line parameters. Popt was heavily influenced by the getopt() and getopt_long() functions, but it improves on them by allowing more powerful argument expansion. Popt can parse arbitrary argv[] style arrays and automatically set variables based on command line arguments. Popt allows command line arguments to be aliased via configuration files and includes utility functions for parsing arbitrary strings into argv[] arrays using shell-like rules. |