Comparing builds

Builds jackline@2023-01-25 23:48:31Z on freebsd-12 and jackline@2023-02-06 22:45:41Z on freebsd-12

Compare in reverse direction

Opam packages with version changes

base64.3.5.0->3.5.1
mirage-kv.6.0.1->6.1.0
topkg.1.0.6->1.0.7

Opam packages with changes in their opam file

ppx_deriving.5.2.1

build instruction (without common prefix) modifications, old:
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
new
["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "5.0.0"}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}

System packages changed

pkg 1.19.0->1.19.1