Comparing builds

Builds opam-graph@2024-07-15 14:30:41Z on debian-11 and opam-graph@2024-07-03 14:33:30Z on debian-11

Compare in reverse direction

Opam packages with version changes

ocamlbuild.0.15.0->0.14.3

Opam packages with changes in their opam file

conf-autoconf.0.2

diff
--- /tmp/opaml_7bddad	2025-01-09 16:33:23.265044000 +0000
+++ /tmp/opamr_c28dfc	2025-01-09 16:33:23.265087000 +0000
@@ -12,9 +12,8 @@
 bug-reports: "https://github.com/ocaml/opam-repository/issues"
 flags: conf
 build: [
-  ["sh" "-exc" "autoconf -V"]
-    {os = "win32" & os-distribution != "cygwinports"}
-  ["autoconf" "-V"] {os != "win32" | os-distribution = "cygwinports"}
+  "autoconf"
+  "-V"
 ]
 depexts: [
   ["autoconf"] {os-family = "debian" | os-family = "ubuntu"}