https://github.com/JuliaLang/julia
Raw File
Tip revision: 0fade450a183470b01c656a9001512ef2f1aae47 authored by Ian Butterworth on 23 September 2024, 15:39:00 UTC
Replace regex package module checks with actual code checks (#55824)
Tip revision: 0fade45
libuv.version
# -*- makefile -*-

## jll artifact
LIBUV_JLL_NAME := LibUV

## source build
LIBUV_VER := 2
LIBUV_BRANCH=julia-uv2-1.48.0
LIBUV_SHA1=af4172ec713ee986ba1a989b9e33993a07c60c9e
back to top