Comparing builds

Builds builder-web@2025-04-01 02:31:42Z on freebsd-14 and builder-web@2025-03-20 02:21:01Z on freebsd-14

Compare in reverse direction

Opam packages with version changes

owee.0.8->0.7

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 {

lwt_ppx.5.9.1 (effectively equal)

diff
--- left/lwt_ppx/opam
+++ right/lwt_ppx/opam
@@ -16,7 +16,7 @@
   "ocaml" {>= "4.08"}
   "ppxlib" {>= "0.16.0" & < "0.36"}
   "ppx_let" {with-test}
-  "lwt" {>= "5.7.0"}
+  "lwt"
   "odoc" {with-doc}
 ]
 build: [