Comparing builds
Builds opam-graph@2024-07-08 12:32:45Z on freebsd-14 and opam-graph@2024-07-03 12:22:59Z on freebsd-14
Compare in reverse direction
Opam packages with changes in their opam file
conf-autoconf.0.2
diff
--- left/conf-autoconf/opam
+++ right/conf-autoconf/opam
@@ -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"}