Packages
An implementation of Google's Protocol Buffers for Erlang, based on ngerakines/erlang_protobuffs.
Current section
Files
Jump to
Current section
Files
src/protobuffs.app.src
{ application, protobuffs,
[ { description, "Google protobuffs implementation for Erlang." },
{ vsn, "0.8.2" },
{ registered, [] },
{ applications, [kernel,stdlib] },
{ env, [] }
]
}.