         MODULE=simdjson
        VERSION=4.6.7
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/simdjson/simdjson/archive/refs/tags/v$VERSION.tar.gz
     SOURCE_VFY=sha256:3bae37c1b215fc28a32db09a8c25513914cbbc1494d768e593d1b9135c8c0fd4
       WEB_SITE=https://github.com/simdjson/simdjson
        ENTERED=20240916
        UPDATED=20260814
          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
