Current section

Files

Jump to
shards src shards.app.src
Raw

src/shards.app.src

{application,shards,
[{description,"ETS with Sharding support."},
{vsn,"0.4.2"},
{registered,[]},
{mod,{shards,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Carlos Andres Bolanos"]},
{licenses,["MIT"]},
{build_tools,["rebar3","make"]},
{links,[{"GitHub","https://github.com/cabol/shards"},
{"Doc","http://cabol.github.io/shards"},
{"Blog Post",
"http://cabol.github.io/posts/2016/04/14/sharding-support-for-ets.html"}]}]}.