    MODULE=nghttp2
   VERSION=1.70.0
    SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=https://github.com/nghttp2/nghttp2/releases/download/v$VERSION/
SOURCE_VFY=sha256:8faca1f78aa99ac3bc1768a76b7e0f6b36d8e6a62c13818751b1d205f02f9405
  WEB_SITE=https://nghttp2.org/
   ENTERED=20160412
   UPDATED=20260730
     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
