Files
packages/core/libnghttp3/libnghttp3.toml
T
2026-03-21 12:43:00 -05:00

25 lines
565 B
TOML

[build]
type = "autotools"
[build.flags]
build_32 = true
[dependencies]
runtime = ["glibc"]
[dependencies.lib32]
runtime = [ "lib32-glibc", "lib32-libcxx" ]
[package]
description = "HTTP/3 library written in C"
homepage = "https://github.com/ngtcp2/nghttp3"
license = "MIT"
name = "libnghttp3"
version = "1.15.0"
[[source]]
extract_dir = "$name-$version"
sha256 = "6da0cd06b428d32a54c58137838505d9dc0371a900bb8070a46b29e1ceaf2e0f"
url = "https://github.com/ngtcp2/nghttp3/releases/download/v$version/nghttp3-$version.tar.xz"
post_extract = [ "autoreconf -i" ]