Comparing builds

Builds builder-web@2025-02-18 03:14:56Z on freebsd-14 and builder-web@2025-03-29 02:29:02Z on freebsd-14

Compare in reverse direction

Opam packages with version changes

domain-name.0.4.0->0.4.1
fmt.0.9.0->0.10.0
logs.0.7.0->0.8.0
lwt.5.9.0->5.9.1
lwt_ppx.5.8.0->5.9.1
ocamlbuild.0.15.0->0.16.1
owee.0.7->0.8
sqlite3.5.3.0->5.3.1
tar.3.2.0->3.3.0
tar-unix.3.2.0->3.3.0
topkg.1.0.7->1.0.8
uuidm.0.9.9->0.9.10
uutf.1.0.3->1.0.4

Opam packages with changes in their opam file

sexplib0.v0.17.0 (effectively equal)

diff
--- left/sexplib0/opam
+++ right/sexplib0/opam
@@ -18,7 +18,7 @@
   "ocaml" {>= "4.14.0"}
   "dune" {>= "3.11.0"}
 ]
-available: arch != "arm32" & arch != "x86_32"
+available: arch != "x86_32"
 build: ["dune" "build" "-p" name "-j" jobs]
 dev-repo: "git+https://github.com/janestreet/sexplib0.git"
 url {

http-lwt-client.0.3.1 (effectively equal)

diff
--- left/http-lwt-client/opam
+++ right/http-lwt-client/opam
@@ -10,7 +10,7 @@
 depends: [
   "ocaml" {>= "4.08.0"}
   "dune" {>= "2.0.0"}
-  "cmdliner" {>= "1.1.0"}
+  "cmdliner" {>= "1.1.0" & < "2.0.0"}
   "logs"
   "lwt"
   "base64" {>= "3.1.0"}