Comparing builds

Builds nqsbio@2021-04-21 20:39:40Z on freebsd-12 and nqsbio@2021-05-18 20:46:45Z on freebsd-12

Compare in reverse direction

Opam packages with version changes

arp.2.3.1->2.3.2
tyxml.4.4.0->4.5.0

Opam packages with changes in their opam file

monitoring-experiments.0.0.2

URL
old: src: "git+https://github.com/hannesm/monitoring-experiments.git#e9b965a2"
new: src: "git+https://github.com/hannesm/monitoring-experiments.git#9add7d0d"

mirage-crypto-rng.0.8.10 (and additional changes)

build instruction (without common prefix) modifications, old:
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
new
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}