https://github.com/JuliaLang/julia
Raw File
Tip revision: f200d3d56d5a5e6fe34760ec5e178defeba15965 authored by Jameson Nash on 07 December 2023, 20:20:23 UTC
bigfloat: somewhat optimization allocation accuracy
Tip revision: f200d3d
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