protobuf@33

Serialization format and compiler for efficient data interchange

brewmacoslinux
Try with needOr install directly
Source

About

Protocol buffers (Google's data interchange format)

Commands

protoc

Examples

Compile a .proto file to generate Python code$ protoc --python_out=. message.proto
Generate C++ code from protocol buffer definition$ protoc --cpp_out=. address_book.proto
Display the descriptor for a proto file$ protoc --descriptor_set_out=output.pb message.proto