https://github.com/JuliaLang/julia
Raw File
Tip revision: 1b8486391ca5a4a3deb2d4f96a26aec33ac66d65 authored by d-netto on 18 April 2024, 17:12:52 UTC
replace strstr with check at the beginning or end
Tip revision: 1b84863
nghttp2.version
# -*- makefile -*-
## jll artifact
NGHTTP2_JLL_NAME := nghttp2

## source build
NGHTTP2_VER := 1.60.0
back to top