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