Packages

An Erlang library for xor filters and their derivatives

Current section

Files

Jump to
xorf src xorf.app.src
Raw

src/xorf.app.src

{application,xorf,
[{description,"An Erlang library for xor filters and their derivatives"},
{vsn,"1.0.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{files,["LICENSE","README.md","rebar.*","include","src","priv",
"Cargo.*",".cargo","native"]},
{licenses,["Apache-2.0"]},
{links,[{"Github","https://github.com/helium/erlang-xorf"}]}]}.