Open orbitz opened 7 years ago
This appears to have been introduced in 0.5.4
.
Cannot reproduce, 0.5.4
installs fine for me on both FreeBSD and Linux.
Reproducible test case:
(* test.ml *)
let x = Nocrypto.Hash.digest
;; jbuild
(jbuild_version 1)
(library
((name test)
(libraries (nocrypto))))
Command to reproduce: opam pin add jbuilder --dev-repo && jbuilder utop
This is on 0.5.4
.
@copy thanks for the test case, I could reproduce -- when I pin ocb-stubblr to https://github.com/hannesm/ocb-stubblr.git#fix and recompile nocrypto afterwards, the error is gone.
See https://github.com/pqwy/ocb-stubblr/pull/11 for the fix to ocb-stubblr.
@hannesm Thanks for the super-quick fix.
I'm not sure if it compiles elsewhere but I get:
I would guess this is the same issue as:
https://github.com/dbuenzli/mtime/issues/16