Current section
Files
Jump to
Current section
Files
src/qdate.app.src
{application,qdate,
[{description,"Simple Date and Timezone handling for Erlang"},
{vsn,"0.6.0"},
{registered,[]},
{applications,[kernel,qdate_localtime,erlware_commons,stdlib]},
{modules,[qdate,qdate_srv]},
{env,[]},
{maintainers,["Jesse Gumm"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/choptastic/qdate"}]}]}.