mirage / mirage-crypto

Cryptographic primitives for OCaml, in OCaml (also used in MirageOS)
ISC License
77 stars 43 forks source link

ocaml-solo5 defines __ocaml_solo5__ #152

Closed hannesm closed 2 years ago

hannesm commented 2 years ago

//cc @dinosaure @samoht -- is this the right thing to do!?

hannesm commented 2 years ago

@EduardoRFS any idea about the build failure:

    # esy-build-package: running: 'dune' 'build' '-p' 'mirage-crypto' '-j' '4' '-x' 'linux.musl.arm64' '@install'
    File "config/dune", line 3, characters 12-29:
    3 |  (libraries dune-configurator))
                    ^^^^^^^^^^^^^^^^^
    Error: Library "dune-configurator" not found.

is an explicit dependency to dune-configurator needed? though we have this in the opam files...

dinosaure commented 2 years ago

Yes, this is what I did for digestif :+1:.