2 projects tagged "GPL with link exception"
Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. There exist C++ and C versions of Arg_parser. The C++ version is implemented as a C++ class, while the C version is implemented as a single struct plus associated functions. Both are simpler, easier to use, and safer than 'getopt_long'. The C++ version of Arg_parser can also parse options from configuration files.
Multiple Eyepairs Only is a project to define a file format and to provide tools to use cryptography for things like four-eyes principles. The key idea is this: if information should only be accessible to a group of people together, with the additional possibility to have some redundancy in participants, then MEO is for you.