This package browser is in early development. Mind the rough edges.

popt 1.18

Command line option parsing library

This is the popt(3) command line option parsing library. While it is similar to getopt(3), it contains a number of enhancements, including:

- popt is fully reentrant;

- popt can parse arbitrary argv[] style arrays while getopt(3) makes this quite difficult;

- popt allows users to alias command line arguments;

- popt provides convenience functions for parsing strings into argv[] style arrays.

Installation

Install popt 1.18 as follows:

guix install popt@1.18

Or install the latest version:

guix install popt

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.