Current section
Files
Jump to
Current section
Files
src/erlzord.app.src
{application,erlzord,
[{description,"N-dimensional Z-order curves"},
{vsn,"1.0.3"},
{registered,[erlzord]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/g-andrade/erlzord"},
{"GitLab","https://gitlab.com/g-andrade/erlzord"}]}]}.