https://github.com/JuliaLang/julia
Raw File
Tip revision: 17727d0f5ca4263eb9827b96168691478b317ca8 authored by Steven G. Johnson on 20 March 2024, 15:32:36 UTC
clarify bitstring docstring to note bigendian
Tip revision: 17727d0
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