A C implementation of the Google Protocol Buffers data serialization format https://github.com/protobuf-c
Go to file
2024-09-18 15:38:00 +02:00
protobuf-c-1.5.0-protobuf-26.patch rebuilt with protobuf 28.1 [release 1.5.0-2mamba;Wed Sep 18 2024] 2024-09-18 15:38:00 +02:00
protobuf-c.spec rebuilt with protobuf 28.1 [release 1.5.0-2mamba;Wed Sep 18 2024] 2024-09-18 15:38:00 +02: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.