Current section
Files
Jump to
Current section
Files
src/htnerlang.app.src
{application,htnerlang,
[{description,"An OTP application"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{htnerlang_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{contributors,["Kynthus Aueaou"]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/kynthus/htnerlang"}]}]}.