Current section
Files
Jump to
Current section
Files
src/erlang_ds.app.src
{application,erlang_ds,
[{description,"A general purpose utility for working with a handful of common erlang data structures."},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{licenses,["MIT"]},
{links,[{"Github","http://github.com/choptastic/erlang_ds"}]}]}.