category: Devel requires: mingw64-x86_64-gettext sdesc: "Command-line option parser library for Win64 toolchain" ldesc: "The popt library exists essentially for parsing command line options. Some specific advantages of popt are no global variables (allowing multiple passes in parsing argv), parsing an arbitrary array of argv-style elements (allowing parsing of command-line-strings from any source), a standard method of option aliasing, ability to exec external option filters, and automatic generation of help and usage messages."