https://github.com/JuliaLang/julia
Raw File
Tip revision: d43ca71d171a02e4816036b34764098d9b984ee4 authored by Jameson Nash on 12 May 2023, 16:29:37 UTC
macroexpand: stop pre-running the hygiene pass
Tip revision: d43ca71
zlib.version
# -*- makefile -*-
## jll artifact
ZLIB_JLL_NAME := Zlib

## source build
ZLIB_VER := 1.2.13
ZLIB_BRANCH=v1.2.13
ZLIB_SHA1=04f42ceca40f73e2978b50e93806c2a18c1281fc
back to top