https://github.com/JuliaLang/julia
Raw File
Tip revision: afc1f3101db16fcd4ae9f04fd9f217a6f827d5c7 authored by Steven G. Johnson on 13 February 2024, 18:55:18 UTC
doc tweaks
Tip revision: afc1f31
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