https://github.com/JuliaLang/julia
Raw File
Tip revision: 7ef5878677aaaf315653c7f66e92fb17e11c4bc7 authored by Simon Byrne on 26 February 2024, 00:16:34 UTC
use ScopedValues for TestSets
Tip revision: 7ef5878
objconv.version
## jll artifact
# Objconv (we don't ship this, so no need for a fake JLL; therefore we specify the JLL_VER here instead of in a `stdlib/Objconv_jll/Project.toml` file)
OBJCONV_JLL_NAME := Objconv
OBJCONV_JLL_VER  := 2.53.0+0

## source build
OBJCONV_VER := 2.53.0
back to top