Current section

Files

Jump to
qdate src qdate.app.src
Raw

src/qdate.app.src

{application,qdate,
[{description,"Simple Date and Timezone handling for Erlang"},
{vsn,"0.7.3"},
{registered,[]},
{applications,[kernel,stdlib,qdate_localtime,erlware_commons]},
{modules,[qdate,qdate_srv,qdate_sup,qdate_app]},
{env,[]},
{licenses,["MIT"]},
{mod,{qdate_app,[]}},
{links,[{"Github","https://github.com/choptastic/qdate"}]}]}.