qdate/src/qdate.app.src

13 lines
262 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-09-12 20:29:11 -05:00
{vsn, "0.2.0"},
2013-01-14 13:58:12 -06:00
{registered, []},
{applications, [
kernel,
stdlib
]},
{mod, { qdate_app, []}},
2013-01-14 13:58:12 -06:00
{env, []}
]}.