          MODULE=nghttp2
         VERSION=1.68.1
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=https://github.com/nghttp2/nghttp2/releases/download/v$VERSION/
      SOURCE_VFY=sha256:b761b53cb64916657ea84437973d508fd675e96bb2feb9593a1e43d1959abe95
        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
