Current section

Files

Jump to
shards src shards.app.src
Raw

src/shards.app.src

{application,shards,
[{description,"Erlang/Elixir library for partitioned or sharded ETS tables."},
{vsn,"1.0.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{licenses,["MIT"]},
{build_tools,["rebar3","make"]},
{links,[{"GitHub","https://github.com/cabol/shards"},
{"Getting Started",
"https://github.com/cabol/shards/blob/master/guides/getting-started.md"},
{"Blog Post",
"http://cabol.github.io/posts/2016/04/14/sharding-support-for-ets.html"}]}]}.