Packages

An implementation of Google's Protocol Buffers for Erlang, based on ngerakines/erlang_protobuffs.

Current section

Files

Jump to
protobuffs rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps,[
{meck, "0.8.*", {git, "https://github.com/basho/meck.git", {tag, "0.8.2"}}}
]}.
{clean_files, ["*~","**/*~","**/*.beam","logs/*","test/Emakefile"]}.
{cover_enabled, false}.
{eunit_opts, [verbose,
{report, {eunit_surefire, [{dir, "."}]}}]}.