Comparing builds
New opam packages installed
host-arch-x86_64.1
host-system-other.1
Opam packages with version changes
conf-pkg-config.4->3
dune.3.17.1->3.17.0
dune-configurator.3.17.1->3.17.0
Duniverse directories with content changes
dune_ (https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz->https://github.com/ocaml/dune/releases/download/3.17.0/dune-3.17.0.tbz) sha512 fed5b091c307a2817e415456bd66a6bc98d7daaedd08a388b8544a6371346f9227765bcceb6b480a2192e0ec198cd6a818ba50af56819fd70992b14a4d0baccf->29398bd5d7b5893937b6250356ea710c949aef37ffa8c9fae340a9b9234d6b896bbc161983ed34404b7e1fedc02794a064e1c92d1d5835b21a8d0c01ef2ca46c, sha256 6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6->2c3aa6c41ed39e3d6c1a292d75f4806bd80310841afc51673aa59ce9c816507c
git-kv (https://github.com/robur-coop/git-kv/releases/download/v0.1.2/git-kv-0.1.2.tbz->https://github.com/robur-coop/git-kv/releases/download/v0.1.1/git-kv-0.1.1.tbz) sha512 28d8fd173a248490d55ad46686853f67b8525ef2d654a25a21509eef19ccc8a50a076a2519894c38aa8b13d805a7fa84f3e291da7f5626e4eb2d0e1af03a0a66->b6358caf15e789709da5a26d79977b9b900b1c4a7476f833b435de21e307553c7ca6cf4281830bdb7eb4a157f335d1d9b0da3c965cb4fc8cc7c0cd01fb119921, sha256 45ee4a462a96c26c06fcf2df2490a3785a14ad5d26a9816f4adf18f80418c8c1->54caaddc8a4ef8c581aa44a3fccc12b86220b6d521394e9f5bf27be0ccdf447e
hxd (https://github.com/dinosaure/hxd/releases/download/v0.3.3/hxd-0.3.3.tbz->https://github.com/dinosaure/hxd/releases/download/v0.3.2/hxd-0.3.2.tbz) sha512 39d42632ea7acc2e9418faefdef91085e420a03c3aa03e04e75f99c9d24a4deb96ff71ad948d208ce562077dd3f6f92f975dc7c006a97cd7eabc1e8a7f5381d0->1340fc747ef88b679e08e0b63f7b33f9ff6b7c5a03a03a029ba45be4f8837ebe22dc784e4e692074bfcc961b8709af9f586ed9f92bc936ae46bac0724c7b7a23, sha256 4ede235296a5e2a2599776c8bceb4853c164ef7e573570a1edc68a4c0c90433e->a00290abb8538e79b32ddc22ed9b301b9806bc4c03eb1e5105b14af47dabec9f
ocaml-tar (https://github.com/mirage/ocaml-tar/releases/download/v3.2.0/tar-3.2.0.tbz->https://github.com/mirage/ocaml-tar/releases/download/v3.1.2/tar-3.1.2.tbz) sha512 dd62a7e3cd7941ea48c7f71a578fe595cdf48d83fe9d64a9d7222bb208abe9aa1ad67f985198b7818d71728105943fe305512b581ec9e76be4876b97c46d9e1e->fa1871d66f3588a08952a9de347af8be94535476be0ed31808996eb79eb13c2e31f8be543e3123e99178a927212e08eca13c4294cd6dcd596513856907cf2218, sha256 1f50437635b2da21bbef4ed22b0f4ab764901c91671cfd8e937317bf72adf1bd->85c79308a41d3d594b98cfe42eaee46b875855748eb0f0e48a9785042bed16a3
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,13 +15,27 @@
"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")) |
- "base-unix" {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")) |
+ "host-system-other" {os != "win32" & post})
"ocaml-options-vanilla" {post}
"flexdll" {>= "0.36" & os = "win32"}
]
domain-name.0.4.0 (effectively equal)
diff
--- left/domain-name/opam
+++ right/domain-name/opam
@@ -17,7 +17,7 @@
bug-reports: "https://github.com/hannesm/domain-name/issues"
depends: [
"ocaml" {>= "4.04.2"}
- "dune" {>= "1.0"}
+ "dune"
"alcotest" {with-test}
]
build: [
@@ -34,5 +34,4 @@
"sha512=f25aedb1ddf6ab8c49b1545cf88f4990114a9e7954d91cabf260e6ce470abd42dd135e8a55084262a77d4c9ee4bff6dc00c71307b23a48d82d50593b910ee173"
]
}
-x-commit-hash: "e9833486ee40ef2c49c43dd72976022a627b4a34"
-x-maintenance-intent: ["(latest)"]
\ No newline at end of file
+x-commit-hash: "e9833486ee40ef2c49c43dd72976022a627b4a34"
\ No newline at end of file
System packages changed
builder 0.4.0.11.ge37a9e1->0.4.0
curl 8.11.1_1->8.10.1
expat 2.6.4->2.6.3
gettext runtime-0.23.1->runtime-0.22.5
git 2.47.1->2.47.0