summaryrefslogtreecommitdiff
path: root/devel/protobuf-c/DESCR
blob: a241185b612b0e6fed73c4a57f44d865b327a911 (plain)
1
2
3
4
5
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.