Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
[build]
type = "autotools"
[build.flags]
configure = [
"--with-libbrotlienc",
"--with-libbrotlidec",
"--with-gnutls",
"--enable-lib-only",
]
skip_tests = true
[dependencies]
build = ["brotli"]
runtime = [
"glibc",
"openssl",
"gnutls",
]
[package]
description = "Implementation of IETF QUIC protocol"
homepage = "https://github.com/ngtcp2/ngtcp2"
license = "MIT"
name = "libngtcp2"
version = "1.21.0"
[[source]]
extract_dir = "$name-$version"
post_extract = ["autoreconf -i"]
url = "https://github.com/ngtcp2/ngtcp2.git#v$version"