18 lines
506 B
Erlang
18 lines
506 B
Erlang
{application, qdate,
|
|
[
|
|
{description, "Simple Date and Timezone handling for Erlang"},
|
|
{vsn, "0.7.0"},
|
|
{registered, []},
|
|
{applications, [
|
|
kernel,
|
|
qdate_localtime,
|
|
erlware_commons,
|
|
stdlib
|
|
]},
|
|
{modules, [qdate, qdate_srv, qdate_sup, qdate_app]},
|
|
{env, []},
|
|
{maintainers, ["Jesse Gumm"]},
|
|
{licenses, ["MIT"]},
|
|
{mod, {qdate_app, []}},
|
|
{links, [{"Github", "https://github.com/choptastic/qdate"}]}
|
|
]}.
|