https://github.com/JuliaLang/julia
Raw File
Tip revision: 3b57645ef7bd4a1d126be0dc22e607b14bd6f64a authored by Keno Fischer on 29 July 2023, 21:53:46 UTC
WIP: Add explicitly wrapping versions of integer arithmetic
Tip revision: 3b57645
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