          MODULE=jsoncpp
         VERSION=1.9.8
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://github.com/open-source-parsers/${MODULE}/archive/${VERSION}/
      SOURCE_VFY=sha256:51828cf3574281d2b79ec2a1c56a9e4c20cc1103711321ea96384cffb8d2d904
        WEB_SITE=https://github.com/open-source-parsers/jsoncpp
         ENTERED=20140727
         UPDATED=20260810
           SHORT="Manipulate JSON values"

cat << EOF
JsonCpp is a C++ library that allows manipulating JSON values, including
serialization and deserialization to and from strings. It can also preserve
existing comment in unserialization/serialization steps, making it a convenient
format to store user input files.
EOF
