2017-02-28 01:38:47 +00:00
|
|
|
{application, leveled,
|
2016-09-19 18:50:11 +01:00
|
|
|
[
|
2016-11-02 12:58:27 +00:00
|
|
|
{description, "Key Value store based on LSM-Tree and designed for larger values"},
|
2020-03-09 21:40:19 +00:00
|
|
|
{vsn, "0.9.21"},
|
2016-09-19 18:50:11 +01:00
|
|
|
{registered, []},
|
|
|
|
{applications, [
|
|
|
|
kernel,
|
|
|
|
stdlib
|
|
|
|
]},
|
2018-12-07 12:26:11 +00:00
|
|
|
{maintainers, ["Martin Sumner"]},
|
|
|
|
{licenses, ["Apache"]},
|
|
|
|
{links, [{"Github", "https://github.com/martinsumner/leveled"}]},
|
2016-11-02 12:58:27 +00:00
|
|
|
{env, [{root_path, "test"}]}
|
2016-09-19 18:50:11 +01:00
|
|
|
]}.
|