Comparing builds

Builds opam-graph@2024-07-13 13:59:25Z on debian-11 and opam-graph@2024-07-02 14:21:04Z on debian-11

Compare in reverse direction

Opam packages removed

jsonm.1.0.2
sha.1.15.4
swhid_core.0.1

New opam packages installed

cppo.1.6.9

Opam packages with version changes

ocamlbuild.0.15.0->0.14.3
opam-core.2.2.0->2.1.6
opam-format.2.2.0->2.1.6

Opam packages with changes in their opam file

conf-autoconf.0.2

diff
--- /tmp/opaml_eaa751	2025-01-09 16:24:21.465598000 +0000
+++ /tmp/opamr_83aa71	2025-01-09 16:24:21.465646000 +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"}