Current section
Files
Jump to
Current section
Files
match_trie
rebar.config
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}
]}.