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