Packages

A high-performance, concurrent, and mutable Cuckoo Filter for Erlang and Elixir

Current section

Files

Jump to
cuckoo_filter src cuckoo_filter.app.src
Raw

src/cuckoo_filter.app.src

{application,cuckoo_filter,
[{description,"A high-performance, concurrent, and mutable Cuckoo Filter for Erlang and Elixir"},
{vsn,"0.3.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github",
"https://github.com/farhadi/cuckoo_filter"}]}]}.