slackbuilds_ponce/libraries/protobuf-c/README
Marek Srejma 1ad502def3 libraries/protobuf-c: Added (Protocol Buffers in C).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-08-28 00:22:59 +01:00

10 lines
431 B
Text

This is protobuf-c, 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.