Current section

Files

Jump to
efluentc src efluentc.app.src
Raw

src/efluentc.app.src

{application,efluentc,
[{description,"fluentd client for Erlang"},
{vsn,"0.2.0"},
{registered,[]},
{mod,{efluentc_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Takuya Yoshimrua"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/tkyshm/efluentc"}]}]}.