Packages

Erlang library for conversion from one local time to another

Current section

Files

Jump to
erlang_localtime src erlang_localtime.app.src
Raw

src/erlang_localtime.app.src

{application,erlang_localtime,
[{description,"Erlang library for conversion from one local time to another"},
{vsn,"1.0.0"},
{applications,[kernel,stdlib]},
{modules,[]},
{registered,[]},
{env,[]},
{maintainers,["Jesse Gumm","Heinz N. Gies"]},
{licenses,["BSD"]},
{links,[{"Github",
"https://github.com/choptastic/erlang_localtime"}]}]}.