. "${GRIMOIRE}/FUNCTIONS"
           SPELL="nghttp3"
         VERSION="$(get_scm_version)"
          SOURCE="${SPELL}-git.tar.xz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
      SOURCE_URL="git_http://github.com/ngtcp2/${SPELL}:${SPELL}-git:main"
   SOURCE_IGNORE="volatile"
  FORCE_DOWNLOAD="on"
        WEB_SITE="https://github.com/ngtcp2/nghttp3"
      LICENSE[0]="MIT"
         ENTERED="20211107"
           SHORT="HTTP/3 library written in C"
cat << EOF
nghttp3 is an implementation of HTTP/3 mapping over QUIC and QPACK in C.
EOF
