slackbuilds/libraries/protobuf-c
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
protobuf-c.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
protobuf-c.info libraries/protobuf-c: Updated for version 1.3.3. 2020-04-01 19:02:38 +07:00
slack-desc

README

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.