         MODULE=simdjson
        VERSION=4.6.0
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/simdjson/simdjson/archive/refs/tags/v$VERSION.tar.gz
     SOURCE_VFY=sha256:f019e8f4c7d1d59dff6eb4bd69266f54ed60ffd7831bec0708ae7746d05f8ae0
       WEB_SITE=https://github.com/simdjson/simdjson
        ENTERED=20240916
        UPDATED=20260331
          SHORT="parsing gigabytes of JSON per second"

cat << EOF
The simdjson library uses commonly available SIMD instructions and microparallel
algorithms to parse JSON 4x faster than RapidJSON and 25x faster than JSON for
Modern C++.
EOF
