Goals

Aren’t there plenty of existing option-parsing libraries already? Yes, there are, but none of the ones that I had seen had the ease of use I wanted. The primary design goal for dropt is to have minimal barriers to entry. Specifically, this includes:

Features

dropt provides basic option-parsing features:

The implementation is intended to be minimalistic. What dropt does not do:

Usage

There’s no formal documentation yet, but for now, see dropt_example.c.

Download

Version History