https://github.com/JuliaLang/julia
Raw File
Tip revision: 4fd746558b32cf63a2f5dea2b2a889f5b781a445 authored by Nathan Daly on 19 September 2023, 03:39:54 UTC
VERY CRUDE downsampling. Only samples nodes & edges, not strings
Tip revision: 4fd7465
nghttp2.version
# -*- makefile -*-
## jll artifact
NGHTTP2_JLL_NAME := nghttp2

## source build
NGHTTP2_VER := 1.48.0
back to top