https://github.com/JuliaLang/julia
Raw File
Tip revision: aff4e1c9fb691e694a0f1dd33b5e2cda2630f705 authored by Shuhei Kadowaki on 28 July 2022, 23:07:00 UTC
optimizer: inline constant `String` return value
Tip revision: aff4e1c
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.49.1+0

## source build
OBJCONV_VER := 2.49.1
back to top