Packages

An Erlang app for communicating with Elastic Search's rest interface.

Current section

Files

Jump to
erlastic_search src erlastic_search.app.src
Raw

src/erlastic_search.app.src

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