Current section
Files
Jump to
Current section
Files
src/shards.app.src
{application,shards,
[{description,"Erlang/Elixir library for partitioned or sharded ETS tables."},
{vsn,"1.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{licenses,["MIT"]},
{build_tools,["rebar3","make"]},
{doc,"doc"},
{links,[{"GitHub","https://github.com/cabol/shards"}]}]}.