2012-10-30 15:14:08 +00:00
|
|
|
{application, 'erlang_localtime',
|
2010-10-05 17:33:11 +04:00
|
|
|
[
|
|
|
|
{description, ""},
|
2014-04-01 16:22:15 +04:00
|
|
|
{applications, [kernel, stdlib]},
|
2010-10-05 17:38:07 +04:00
|
|
|
{vsn, "1.0"},
|
2010-10-05 17:33:11 +04:00
|
|
|
{registered, []},
|
2015-06-24 15:57:15 -03:00
|
|
|
{env, []},
|
|
|
|
{applications, []}
|
2010-10-05 17:33:11 +04:00
|
|
|
]}.
|