https://github.com/JuliaLang/julia
Raw File
Tip revision: b46c3bde3cfae214ca5559a9d6bc88d15890c0bc authored by Lilith Orion Hafner on 15 April 2024, 18:02:03 UTC
Answer @adienes's FAQ
Tip revision: b46c3bd
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