Comparing builds

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

Compare in reverse direction

Opam packages with version changes

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

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 != "x86_32"
+available: arch != "arm32" & 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" & < "2.0.0"}
+  "cmdliner" {>= "1.1.0"}
   "logs"
   "lwt"
   "base64" {>= "3.1.0"}