SlackBuildsOrg/libraries/protobuf-c
Willy Sudiarto Raharjo 6ed3e28d08 libraries/protobuf-c: Remove faulty patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-07-22 07:44:01 +07:00
..
711.patch
protobuf-c.info
protobuf-c.SlackBuild
README
slack-desc

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.