Comparing builds
Opam packages with version changes
dns.9.0.0->9.1.0
happy-eyeballs.1.2.0->1.2.2
happy-eyeballs-lwt.1.2.0->1.2.2
Opam packages with changes in their opam file
dream-httpaf.1.0.0~alpha3 (effectively equal)
diff
--- /tmp/opaml_736634 2025-01-10 13:09:37.238495000 +0000
+++ /tmp/opamr_c955e8 2025-01-10 13:09:37.238530000 +0000
@@ -16,7 +16,7 @@
"lwt"
"lwt_ppx" {>= "1.2.2"}
"lwt_ssl"
- "ocaml" {>= "4.08.0"}
+ "ocaml" {>= "4.08.0" & < "5.3"}
"ssl" {>= "0.5.8"}
"angstrom" {>= "0.14.0"}
"base64" {>= "3.0.0"}
conf-sqlite3.1
diff
--- /tmp/opaml_4301b4 2025-01-10 13:09:37.236155000 +0000
+++ /tmp/opamr_fc0b2c 2025-01-10 13:09:37.236198000 +0000
@@ -20,11 +20,13 @@
]
flags: conf
build: [
- "pkgconf" {os = "win32" & os-distribution = "cygwin"}
+ "pkgconf" {os = "win32" & os-distribution != "cygwinports"}
"--personality=i686-w64-mingw32"
- {os = "win32" & os-distribution = "cygwin" & host-arch-x86_32:installed}
+ {os = "win32" & os-distribution != "cygwinports" &
+ host-arch-x86_32:installed}
"--personality=x86_64-w64-mingw32"
- {os = "win32" & os-distribution = "cygwin" & host-arch-x86_64:installed}
+ {os = "win32" & os-distribution != "cygwinports" &
+ host-arch-x86_64:installed}
"pkg-config" {os != "win32" | os-distribution != "cygwin"}
"sqlite3"
]
System packages changed
libperl5.32 5.32.1-4+deb11u3->5.32.1-4+deb11u4
libsqlite3-0 3.34.1-3->3.34.1-3+deb11u1
libsqlite3-dev 3.34.1-3->3.34.1-3+deb11u1
linux-libc-dev 5.10.223-1->5.10.226-1
perl 5.32.1-4+deb11u3->5.32.1-4+deb11u4
perl-base 5.32.1-4+deb11u3->5.32.1-4+deb11u4
perl-modules-5.32 5.32.1-4+deb11u3->5.32.1-4+deb11u4