Current section
Files
Jump to
Current section
Files
src/getopt.app.src
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-
{application, getopt,
[{description, "Command-line options parser for Erlang"},
{vsn, "0.8.2"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]}]}.