https://github.com/JuliaLang/julia
Raw File
Tip revision: cc46405fc1b7b22753c50852ef6a7e4d17fa82ec authored by Jeff Bezanson on 23 January 2024, 15:51:09 UTC
better parse error for identifier-continuing-only characters
Tip revision: cc46405
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