https://github.com/JuliaLang/julia
Raw File
Tip revision: 5d1ca6a19fdc8f961c0ce8a3745e3a5d4cb5f90b authored by Rafael Fourquet on 11 July 2023, 16:00:54 UTC
speed-up `randperm` by using our current `rand(1:n)`
Tip revision: 5d1ca6a
nghttp2.version
# -*- makefile -*-
## jll artifact
NGHTTP2_JLL_NAME := nghttp2

## source build
NGHTTP2_VER := 1.52.0
back to top