Packages

MQTT-style topic matching trie using ETS

Current section

Files

Jump to
match_trie src match_trie.app.src
Raw

src/match_trie.app.src

{application,match_trie,
[{description,"ETS trie to match keys"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Benoit Chesneau"]},
{licenses,["MPL2"]},
{links,[{"Gitlab","https://gitlab.com/barrel-db/match_trie"}]}]}.