13 lines
258 B
Text
13 lines
258 B
Text
![]() |
{application, qdate,
|
||
|
[
|
||
|
{description, "Simple Date and Timezone handling for Erlang"},
|
||
|
{vsn, "0.0.1"},
|
||
|
{registered, []},
|
||
|
{applications, [
|
||
|
kernel,
|
||
|
stdlib
|
||
|
]},
|
||
|
{mod, { qdate, []}},
|
||
|
{env, []}
|
||
|
]}.
|