Current section
Files
Jump to
Current section
Files
src/elocaltime.app.src
{application,elocaltime,
[{description,"Erlang library for conversion from one local time to another based on google cctz"},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/silviucpp/elocaltime"}]},
{vsn,"1.4.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{mod,{elocaltime_app,[]}},
{env,[]},
{files,["LICENSE*","*.MD","Makefile","build_deps.sh",
"rebar.config","rebar.lock","include/*.hrl","src/*.erl",
"src/*.src","c_src/*.h","c_src/*.cc","c_src/Makefile",
"c_src/nif.mk","test/*.erl","test/*.spec"]}]}.