A C implementation of the Google Protocol Buffers data serialization format https://github.com/protobuf-c
Go to file
2024-01-06 10:33:25 +01:00
protobuf-c.spec automatic version update by autodist [release 1.4.1-1mamba;Tue Jul 12 2022] 2024-01-06 10:33:25 +01:00
README.md package created using the webbuild interface [release 1.4.0-1mamba;Thu Jun 24 2021] 2024-01-06 10:33:25 +01:00

protobuf-c

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 formerly included an RPC implementation; that code has been split out into the protobuf-c-rpc project.