Current section
Files
Jump to
Current section
Files
src/merklet.app.src
{application,merklet,
[{description,"Merkle Trees for data replication purposes"},
{vsn,"2.0.0"},
{modules,[merklet]},
{registered,[]},
{applications,[kernel,stdlib,crypto]},
{licenses,["MIT"]},
{links,[{"github","https://github.com/ferd/merklet"}]}]}.