Current section

Files

Jump to
erlzord src erlzord.app.src
Raw

src/erlzord.app.src

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