Current section
Files
Jump to
Current section
Files
src/folsom_ddb.app.src
{application, folsom_ddb,
[
{description, "DalmatinerDB backend to store folsom metrics"},
{vsn, "0.1.12"},
{registered, []},
{applications, [
kernel,
stdlib,
mmath,
ddb_client
]},
{mod, { folsom_ddb_app, []}},
{env, []},
{contributors, ["Heinz N. Gies"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/dalmatinerdb/folsom_ddb"}]}
]}.