qdate_localtime/src/qdate_localtime.app.src
2016-07-06 17:27:10 -05:00

12 lines
418 B
Erlang

{application, 'qdate_localtime',
[
{description, "Erlang library for conversion from one local time to another (forked specifically for qdate compatibility)"},
{vsn, "1.1.0"},
{applications, [kernel, stdlib]},
{modules, []},
{registered, []},
{env, []},
{maintainers, ["Jesse Gumm", "Heinz N. Gies"]},
{licenses, ["BSD"]},
{links, [{"Github", "https://github.com/choptastic/qdate_localtime"}]}
]}.