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

%% This is the application resource file (.app file) for the erlastic_search,
%% application.
{application, erlastic_search,
[{description, "An Erlang app for communicating with Elastic Search's rest interface."},
{vsn, "1.0.0"},
{modules, []},
{registered,[]},
{applications, [kernel
,stdlib
,ssl
,hackney
,jsx]},
{start_phases, []},
{contributors, ["Tristan Sloughter"]},
{licenses, ["LGPL"]},
{links, [{"Github", "https://github.com/tsloughter/erlastic_search"}]}
]}.