https://github.com/JuliaLang/julia
Raw File
Tip revision: cc277edd630c9b68e565f6972e157c7d124936cb authored by gbaraldi on 15 March 2024, 17:25:04 UTC
Memoize the false case as well.
Tip revision: cc277ed
curl.version
# -*- makefile -*-
## jll artifact
CURL_JLL_NAME := LibCURL

## source build
CURL_VER := 8.6.0
back to top