Current section

Files

Jump to
grpcbox src grpcbox.app.src
Raw

src/grpcbox.app.src

{application,grpcbox,
[{description,"Erlang grpc server library based on chatterbox"},
{vsn,"0.1.1"},
{registered,[]},
{mod,{grpcbox_app,[]}},
{applications,[kernel,stdlib,chatterbox,grpc_lib]},
{env,[]},
{modules,[]},
{maintainers,["Tristan Sloughter"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/tsloughter/grpcbox"}]}]}.