https://github.com/JuliaLang/julia
Raw File
Tip revision: b9c7d3948f360291714ea810944b2fe377adf2c7 authored by Prem Chintalapudi on 10 August 2023, 22:06:00 UTC
Turn codegen lock into a sleep lock
Tip revision: b9c7d39
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