Current section
Files
Jump to
Current section
Files
src/mnkv.app.src
{application,mnkv,
[{description,"A simple, distributed, Mnesia-based key-value store (fork of lbm_kv)."},
{vsn,"0.1.0"},
{registered,[mnkv_mon]},
{applications,[kernel,stdlib,sasl,mnesia]},
{mod,{mnkv,[]}},
{env,[]},
{maintainers,["Tobias Schlager","Sven Heyll","Timo Koepke"]},
{pkg_name,mnkv},
{licenses,["MIT"]},
{links,[{"Github (original)",
"https://github.com/lindenbaum/lbm_kv"},
{"Github (this fork)",
"https://github.com/erlsci/mnesia-kv"}]}]}.