OCamlPro / ocaml-solidity

Ocaml-solidity provides a Solidity parser and typechecker
https://ocamlpro.github.io/ocaml-solidity
Other
32 stars 10 forks source link

Request to upgrade dune to latest version #34

Closed dangdennis closed 1 year ago

dangdennis commented 2 years ago

Hi, I'd like to use ocaml-solidity, specifically the ez_hash lib, but I'm running into dune version conflicts.

I'm happy to make a PR as well, but would need a opam update.

Stevendeo commented 1 year ago

ez_hash is now an independent library compatible with dune >= 3, with a 0.5.3 version available in opam.

dangdennis commented 1 year ago

Thank you. The hash was a huge help.