speed up cmake, rustc, openvpn

This commit is contained in:
2026-02-20 12:45:31 +01:00
parent 38c3ec542b
commit 9f9c5b7c9c
22 changed files with 156 additions and 46 deletions

11
packages/ocaml.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "ocaml")
(version "5.4.1")
(homepage "https://ocaml.org/")
(dependencies make zstd)
(src (tar
(url "https://github.com/ocaml/ocaml/releases/download/5.4.1/ocaml-5.4.1.tar.gz")
(dir "ocaml-5.4.1")
(blake3 "b834191efd80d8cabfd674f5d76b5785b383c9e701c8af8fe017bcd7b3932693")))
(build
(configure_make)))