          MODULE=jsoncpp
         VERSION=1.9.7
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://github.com/open-source-parsers/${MODULE}/archive/${VERSION}/
      SOURCE_VFY=sha256:830bf352d822d8558e9d0eb19d640d2e38536b4b6699c30a4488da09d5b1df18
        WEB_SITE=https://github.com/open-source-parsers/jsoncpp
         ENTERED=20140727
         UPDATED=20260320
           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
