Packages

A consistent hash-ring implemention for Elixir.

Current section

Files

Jump to
hash_ring_ex rebar.config
Raw

rebar.config

{erl_opts, [
debug_info,
warnings_as_errors
]}.
{deps, [
{hash_ring, ".*", {git, "https://github.com/chrismoos/hash-ring.git"}}
]}.
{post_hooks, [
{compile, "mkdir -p priv"},
{compile, "cp ./deps/hash_ring/priv/*.so priv/"}
]}.