Current section
Files
Jump to
Current section
Files
src/erlastic_search.app.src
{application,erlastic_search,
[{description,"An Erlang app for communicating with Elastic Search's rest interface."},
{vsn,"1.2.0"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib,ssl,hackney,jsx]},
{start_phases,[]},
{maintainers,["Tristan Sloughter"]},
{licenses,["LGPL"]},
{links,[{"Github",
"https://github.com/tsloughter/erlastic_search"}]}]}.