Current section
Files
Jump to
Current section
Files
src/tirerl.app.src
{application,tirerl,
[{description,"Erlang interface to Elastic Search"},
{vsn,"1.0.2"},
{applications,[kernel,stdlib,jsx,shotgun,worker_pool]},
{modules,[]},
{registered,[]},
{mod,{tirerl,[]}},
{maintainers,["Inaka"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/inaka/tirerl"}]},
{build_tools,["erlang.mk","rebar"]}]}.