Comparing builds

Builds opam-mirror@2025-01-21 05:43:22Z on freebsd-14 and opam-mirror@2025-01-22 05:45:48Z on freebsd-14

Compare in reverse direction

Opam packages removed

host-arch-x86_64.1
host-system-other.1

Duniverse directories with content changes

ocaml-tar (https://github.com/mirage/ocaml-tar/releases/download/v3.1.2/tar-3.1.2.tbz->https://github.com/mirage/ocaml-tar/releases/download/v3.2.0/tar-3.2.0.tbz) sha512 fa1871d66f3588a08952a9de347af8be94535476be0ed31808996eb79eb13c2e31f8be543e3123e99178a927212e08eca13c4294cd6dcd596513856907cf2218->dd62a7e3cd7941ea48c7f71a578fe595cdf48d83fe9d64a9d7222bb208abe9aa1ad67f985198b7818d71728105943fe305512b581ec9e76be4876b97c46d9e1e, sha256 85c79308a41d3d594b98cfe42eaee46b875855748eb0f0e48a9785042bed16a3->1f50437635b2da21bbef4ed22b0f4ab764901c91671cfd8e937317bf72adf1bd

Opam packages with changes in their opam file

ocaml-base-compiler.4.14.2 (effectively equal)

diff
--- left/ocaml-base-compiler/opam
+++ right/ocaml-base-compiler/opam
@@ -15,27 +15,13 @@
   "base-unix" {post}
   "base-bigarray" {post}
   "base-threads" {post}
-  "host-arch-arm32" {arch = "arm32" & post}
-  "host-arch-arm64" {arch = "arm64" & post}
-  "host-arch-ppc64" {arch = "ppc64" & post}
-  "host-arch-riscv64" {arch = "riscv64" & post}
-  "host-arch-s390x" {arch = "s390x" & post}
-  "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post}
-  "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}
-  "host-arch-unknown"
-    {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" &
-     arch != "riscv64" &
-     arch != "s390x" &
-     arch != "x86_32" &
-     arch != "x86_64" &
-     post}
   (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-    (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
-     "system-msvc")) |
-   ("arch-x86_32" {os = "win32"} &
-    (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
-     "system-msvc")) |
-   "host-system-other" {os != "win32" & post})
+  (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
+   "system-msvc")) |
+ ("arch-x86_32" {os = "win32"} &
+  (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) |
+   "system-msvc")) |
+ "base-unix" {os != "win32" & post})
   "ocaml-options-vanilla" {post}
   "flexdll" {>= "0.36" & os = "win32"}
 ]