Packages

MQTT-style topic matching trie using ETS

Current section

Files

Jump to
match_trie rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{profiles, [
{bench, [
{extra_src_dirs, ["bench"]}
]}
]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{extras, [
{"README.md", #{title => "Overview"}},
{"CHANGELOG.md", #{title => "Changelog"}},
{"LICENSE", #{title => "License"}}
]},
{main, "README.md"},
{homepage_url, "https://github.com/barrel-db/match_trie"},
{source_url, "https://github.com/barrel-db/match_trie"},
{api_reference, true}
]}.