11 lines
362 B
Erlang
11 lines
362 B
Erlang
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-
|
|
{application, getopt,
|
|
[{description, "Command-line options parser for Erlang"},
|
|
{vsn, "1.0.0"},
|
|
{modules, []},
|
|
{registered, []},
|
|
{maintainers, ["Juan Jose Comellas"]},
|
|
{licenses, ["BSD"]},
|
|
{links, ["GitHub", "https://github.com/jcomellas/getopt"]},
|
|
{applications, [kernel, stdlib]}]}.
|