SlackBuildsOrg/libraries/protobuf-c
Marek Srejma d0f2168681 libraries/protobuf-c: Updated for version 1.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-09-22 19:47:37 +01:00
..
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.