Current section

Files

Jump to
gpb src gpb.app.src
Raw

src/gpb.app.src

{application,gpb,
[{description,"A compiler for Google protocol buffer definitions files for Erlang."},
{vsn,"4.19.1"},
{modules,[gpb,gpb_analyzer,gpb_codegen,gpb_codemorpher,
gpb_compile,gpb_decoders_lib,gpb_defs,
gpb_gen_decoders,gpb_gen_encoders,gpb_gen_introspect,
gpb_gen_json_decoders,gpb_gen_json_encoders,
gpb_gen_mergers,gpb_gen_nif,gpb_gen_translators,
gpb_gen_types,gpb_gen_verifiers,gpb_scan,gpb_parse,
gpb_lib,gpb_names]},
{applications,[kernel,stdlib]},
{registered,[]},
{env,[]},
{files,["src","include","descr_src","priv","bin","build",
"gpb.vsn","COPYING.LIB","README.*",
"rebar.config.script","ChangeLog","Makefile"]},
{build_tools,[rebar3,make]},
{licenses,["LGPL 2.1"]},
{links,[{"GitHub","https://github.com/tomas-abrahamsson/gpb"}]},
{exclude_files,["include/gpb_version.hrl",
"descr_src/gpb_descriptor.erl",
"descr_src/gpb_descriptor.hrl"]}]}.