Current section

Files

Jump to
tirerl src tirerl.app.src
Raw

src/tirerl.app.src

{application, tirerl,
[
{description,
"Erlang interface to Elastic Search"},
{vsn, "0.1.8"},
{applications,
[kernel,
stdlib,
jiffy,
shotgun,
worker_pool
]},
{modules, []},
{registered, []},
{mod, {tirerl, []}},
{maintainers,["Inaka"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/inaka/tirerl"}]},
{build_tools,["make", "rebar"]}
]
}.