Comparing builds

Builds jackline@2021-12-28 16:01:08Z on freebsd-12 and jackline@2021-12-29 00:15:14Z on freebsd-12

Compare in reverse direction

Opam packages with changes in their opam file

jackline.0.1.0

build instruction (without common prefix) modifications, old:
["dune" "subst"] {pinned}
[ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ]
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"}
new
["dune" "subst"] {dev}
[ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ]
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"}
URL
old: src: "git+https://github.com/hannesm/jackline.git#459cbe77"
new: src: "git+https://github.com/hannesm/jackline.git#d2abb01d"