Current section

Files

Jump to
shards src shards.app.src
Raw

src/shards.app.src

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