# Watch: https://github.com/protobuf-c/protobuf-c/tags
           SPELL=protobuf-c
         VERSION=1.5.2
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://github.com/protobuf-c/protobuf-c/releases/download/v$VERSION/$SOURCE
     SOURCE_HASH=sha512:78dc72988d7e8232c1b967849aa00939bc05ab7d39b86a8e2af005e38aa4ef4c9b03920d51fb5337399d980e65f35d11bd4742bea745a893ecc909f56a51c9ac
        WEB_SITE=https://github.com/protobuf-c/protobuf-c
         ENTERED=20241028
      LICENSE[0]=BSD
        KEYWORDS="libs devel"
           SHORT="C implementation of Protocol Buffers"
cat << EOF
protobuf-c is 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.

Features:
- Pure C library with no C++ dependencies at runtime
- Lightweight and efficient
- Compatible with Google's Protocol Buffers
- Generates .c/.h files from .proto files
EOF
