Comparing builds
Opam packages removed
cppo.1.6.9
New opam packages installed
jsonm.1.0.2
sha.1.15.4
swhid_core.0.1
Opam packages with version changes
ocamlbuild.0.14.3->0.15.0
opam-core.2.1.6->2.2.0
opam-format.2.1.6->2.2.0
Opam packages with changes in their opam file
conf-autoconf.0.2
diff
--- /tmp/opaml_c55047 2025-01-08 22:08:26.164087000 +0000
+++ /tmp/opamr_9ee482 2025-01-08 22:08:26.164134000 +0000
@@ -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"}
System packages changed
linux-libc-dev 5.10.218-1->5.10.221-1