https://github.com/JuliaLang/julia
Raw File
Tip revision: 743de035fa7e5b0a7262ec8cd59862d131c9f0cf authored by Cody Tapscott on 14 March 2024, 11:01:22 UTC
Avoid macro-expand recursion into `Expr(:toplevel, ...)` (#53515)
Tip revision: 743de03
nghttp2.version
# -*- makefile -*-
## jll artifact
NGHTTP2_JLL_NAME := nghttp2

## source build
NGHTTP2_VER := 1.59.0
back to top