Comparing builds
Opam packages with version changes
ocamlbuild.0.14.3->0.15.0
Opam packages with changes in their opam file
conf-autoconf.0.2
diff
--- left/conf-autoconf/opam
+++ right/conf-autoconf/opam
@@ -11,7 +11,7 @@
homepage: "http://www.gnu.org/software/autoconf"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
flags: conf
-build: ["autoconf" "-V"]
+build: [["sh" "-exc" "autoconf -V"] {os = "win32" & os-distribution != "cygwinports"} ["autoconf" "-V"] {os != "win32" | os-distribution = "cygwinports"}]
depexts: [
["autoconf"] {os-family = "debian" | os-family = "ubuntu"}
["autoconf"] {os-distribution = "centos"}
New environment variables added
ARCH x86_64
System packages changed
bash 5.2.26_1->5.2.32
builder 0.3.2.15.gbb3a686->0.3.2.19.g6a2682c
curl 8.8.0->8.9.1_1
git 2.45.1->2.46.0
orb 0.0.2.18.g232dbb8->0.0.2.27.g91da7d2
perl5 5.36.3_1->5.36.3_2