Pure C code generator and runtime libraries for Protocol Buffers
protobuf-c is a C implementation of the Google Protocol Buffers data serialization format. It includes libprotobuf-c, a pure C library that implements protobuf encoding and decoding, and protoc-c, a code generator that converts Protocol Buffer .proto files to C descriptor code, based on the original protoc.
protobuf-c is a C implementation of the Google Protocol Buffers data serialization format. It includes libprotobuf-c, a pure C library that implements protobuf encoding and decoding, and protoc-c, a code generator that converts Protocol Buffer .proto files to C descriptor code, based on the original protoc.
To install protobuf-c, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install protobuf-c
To see what files were installed by protobuf-c, run:
port contents protobuf-c
To later upgrade protobuf-c, run:
sudo port selfupdate && sudo port upgrade protobuf-c
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.