https://github.com/JuliaLang/julia
Raw File
Tip revision: c5f2cecf9c3a06f8e7386bc5eca729c7f23d4921 authored by Lilith Hafner on 29 July 2023, 16:37:53 UTC
only tabcomplete public methods
Tip revision: c5f2cec
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