Current section
Files
Jump to
Current section
Files
src/khepri.app.src
{application,khepri,
[{description,"Tree-like replicated on-disk database library"},
{vsn,"0.16.0"},
{registered,[khepri_sup,khepri_event_handler]},
{applications,[kernel,stdlib,compiler,ra,horus]},
{env,[]},
{mod,{khepri_app,[]}},
{files,["README.md","LICENSE-Apache-2.0","LICENSE-MPL-2.0",
"mix.exs","rebar.config","rebar.lock","src","include"]},
{modules,[]},
{licenses,["Apache-2.0","MPL-2.0"]},
{links,[{"GitHub","https://github.com/rabbitmq/khepri"}]},
{build_tools,["rebar3","mix"]},
{doc,"doc"}]}.