qdate_localtime/src/qdate_localtime.app.src

13 lines
418 B
Text
Raw Normal View History

2016-07-06 17:27:10 -05:00
{application, 'qdate_localtime',
2010-10-05 17:33:11 +04:00
[
2016-07-06 17:27:10 -05:00
{description, "Erlang library for conversion from one local time to another (forked specifically for qdate compatibility)"},
{vsn, "1.1.0"},
2014-08-29 15:36:34 +04:00
{applications, [kernel, stdlib]},
{modules, []},
2010-10-05 17:33:11 +04:00
{registered, []},
2015-06-24 15:57:15 -03:00
{env, []},
2016-02-18 01:23:25 -05:00
{maintainers, ["Jesse Gumm", "Heinz N. Gies"]},
{licenses, ["BSD"]},
2016-07-06 17:27:10 -05:00
{links, [{"Github", "https://github.com/choptastic/qdate_localtime"}]}
2010-10-05 17:33:11 +04:00
]}.