qdate/src/qdate.app.src

18 lines
460 B
Text
Raw Normal View History

2013-01-14 13:58:12 -06:00
{application, qdate,
[
{description, "Simple Date and Timezone handling for Erlang"},
{vsn, "0.4.2"},
2013-01-14 13:58:12 -06:00
{registered, []},
{applications, [
kernel,
2015-07-27 15:58:38 +02:00
erlang_localtime,
erlware_commons,
2013-01-14 13:58:12 -06:00
stdlib
]},
{modules, [qdate, qdate_srv]},
2015-07-25 20:21:07 +02:00
{env, []},
{contributors, ["Jesse Gumm"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/choptastic/qdate"}]}
2013-01-14 13:58:12 -06:00
]}.