mirage / ocaml-vhd

Read and write .vhd format data
Other
9 stars 20 forks source link

Add support for OCaml 4.13 #71

Closed kit-ty-kate closed 3 years ago

kit-ty-kate commented 3 years ago

OCaml 4.13 added Int64.min and this shadows Stdlib.min. To fix this I've added an explicit dependency towards stdlib-shims for convenience and "cleaness", and because it is already in the dependency tree (via ppx_cstruct and ppxlib) there shouldn't be any problem using it explicitly.

dinosaure commented 3 years ago

Thanks, nice patch, I will try to make a release as soon as I can.