Current section

Files

Jump to
brod src brod.app.src
Raw

src/brod.app.src

{application,brod,
[{description,"Apache Kafka Erlang client library"},
{vsn,"3.3.5"},
{registered,[]},
{applications,[kernel,stdlib,ssl,kafka_protocol,supervisor3]},
{env,[]},
{mod,{brod,[]}},
{modules,[]},
{maintainers,["Ivan Dyachkov","Zaiming Shi"]},
{licenses,["Apache License 2.0"]},
{links,[{"Github","https://github.com/klarna/brod"}]},
{build_tools,["make","rebar","rebar3"]},
{files,["src","include","rebar.config","rebar.config.script",
"README.md","LICENSE","NOTICE","Makefile",
"erlang.mk"]}]}.