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.1.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{licenses,["MIT"]},
{build_tools,["rebar3","make"]},
{doc,"doc"},
{links,[{"GitHub","https://github.com/cabol/shards"}]}]}.