C library for parsing command-line options with more features than getopt
Library like getopt(3) with a number of enhancements
popt$ gcc -o myapp myapp.c $(pkg-config --cflags --libs popt)$ cc -lpopt program.c -o program$ pkg-config --modversion popt