          MODULE=protobuf-c
         VERSION=1.5.2
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/protobuf-c/protobuf-c/archive/v$VERSION.tar.gz
      SOURCE_VFY=sha256:cea46eeaa19c52924938b582c5d128a6ed3b6fb5b3f4677476a1781cc06e03f3
        WEB_SITE=http://github.com/protobuf-c/protobuf-c/
         ENTERED=20150830
         UPDATED=20250529
           SHORT="Protocol Buffers implementation in C"

cat << EOF
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.
EOF
