https://github.com/JuliaLang/julia
Raw File
Tip revision: 6dae1f3a08822794fd3f5254b4cccb840fd846f9 authored by K Pamnany on 13 February 2024, 22:31:41 UTC
Correct GC bug (usage of `not_freed_enough`)
Tip revision: 6dae1f3
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