qdate/src/qdate.app.src

13 lines
266 B
Text
Raw Normal View History

2013-01-14 13:58:12 -06:00
{application, qdate,
[
{description, "Simple Date and Timezone handling for Erlang"},
2013-10-22 17:29:16 -05:00
{vsn, "0.3.0-pre"},
2013-01-14 13:58:12 -06:00
{registered, []},
{applications, [
kernel,
stdlib
]},
{mod, { qdate_app, []}},
2013-01-14 13:58:12 -06:00
{env, []}
]}.