Closed psafont closed 4 years ago
Not sure what's causing the bubblewrap installation failure in the failing travis job, could be a transient failure but I can't re-trigger it:
+sudo apt-get install -y bubblewrap
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package bubblewrap
The command "bash -ex .travis-opam.sh" exited with 100.
@avsm has already submitted patches for this package to opam-repository that fix support with cstruct 3.4 and 4.0: https://github.com/ocaml/opam-repository/pull/13655 https://github.com/ocaml/opam-repository/pull/13755
Ah yes thanks -- I haven't been looking at the master branch with my patches so forward-porting them would be appreciated
I've added an explicit dependency on sexplib on the opam file too, otherwise it wouldn't work.
@pqwy is there anything stopping this PR from being merged?
@avsm @hannesm shouldn't this be merged then? Also, does it support cstruct-5.0.0?
Ping?
Closing as I've replaced nocrypto with mirage-crypto on the projects I'm involved with.
Build using cstruct-lwt instead of cstruct.lwt, as per instructions on https://discuss.ocaml.org/t/psa-cstruct-3-4-0-removes-old-ocamlfind-subpackage-aliases/3275
Fixes https://github.com/mirleft/ocaml-nocrypto/issues/155