          MODULE=nghttp2
         VERSION=1.68.0
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=https://github.com/nghttp2/nghttp2/releases/download/v$VERSION/
      SOURCE_VFY=sha256:8d80cb4e45adca546a2005b86251ba5a7b63f5ea322228ae28e9969743f99707
        WEB_SITE=https://nghttp2.org/
         ENTERED=20160412
         UPDATED=20251027
           SHORT="Framing layer of HTTP/2 implemented as a reusable C library"

cat << EOF
nghttp2 is an implementation of HTTP/2 and its header compression algorithm
HPACK in C. The framing layer of HTTP/2 is implemented as a form of reusable C
library. On top of that is implemented HTTP/2 client, server and proxy.
There is also developed load test and benchmarking tool for HTTP/2 and SPDY.
EOF
