          MODULE=range-v3
         VERSION=0.12.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/ericniebler/range-v3/archive/refs/tags/$VERSION.tar.gz
      SOURCE_VFY=sha256:015adb2300a98edfceaf0725beec3337f542af4915cec4d0b89fa0886f4ba9cb
        WEB_SITE=https://github.com/ericniebler/range-v3
         ENTERED=20240714
         UPDATED=20240714
           SHORT="Range library for C++14/17/20"

cat << EOF
Ranges are an extension of the Standard Template Library that makes its
iterators and algorithms more powerful by making them composable. Unlike
other range-like solutions which seek to do away with iterators, in
range-v3 ranges are an abstraction layer on top of iterators.
EOF
