<olle>
That is, would it make sense to offer “mirage-solo5” to the ocamlfind package finding instead of the earlier “ocaml-freestanding” thing?
<olle>
mato: Would you know the answer to this?
<olle>
opam update
<hannes>
olle: hmm yes... that makes sense... someone moved it to mirage-solo5 for unknown reasons... this dependency cone is clearly not good atm
<hannes>
olle: replacing the ocaml-freestanding there in config.ml with mirage-solo5 should do the trick
argent_smith has quit [Quit: Leaving.]
<olle>
I’ll make the tiny PR, see what Travis reacts with. /me lazy
<hannes>
olle: \o/
<olle>
hannes: Hm, “ - mirage-xen-ocaml>=3.0.4 is not available because your system doesn't comply with ocaml-version >= "4.04.2" & ocaml-version < "4.05.0" & os = "linux”.”
<olle>
hannes: You made a salient point by noting this exclusion. Now, I’m looking at another build, which reached longer. Its missing package seems to be dns.mirage.
<olle>
hannes: What do you think of this one? https://github.com/mirage/functoria/pull/146 In order to reduce confusion about “what does the build badge mean?”, this changes the build badge to display the build status of master.
<olle>
It seems like that library is missing from the build of mirage-entropy
<olle>
“mirage-xen -> mirage-clock-freestanding” & “No package named mirage-clock-freestanding found” - does that mean that we need to offer mirage-clock somewhere in the package definition?