https://github.com/JuliaLang/julia
Raw File
Tip revision: 5954572e78be926665383029d57f92b228b4f0d8 authored by Prem Chintalapudi on 30 September 2023, 15:02:44 UTC
Handle 32-bit Int
Tip revision: 5954572
nghttp2.version
# -*- makefile -*-
## jll artifact
NGHTTP2_JLL_NAME := nghttp2

## source build
NGHTTP2_VER := 1.52.0
back to top