mirage / digestif

Simple hash algorithms in OCaml
MIT License
87 stars 26 forks source link

raise to OCaml 4.07.0, remove dependency to compat packages #134

Closed hannesm closed 2 years ago

dinosaure commented 2 years ago

I'm not sure about the error on 4.07. We should add bigarray as a dependency (I suspect that it's an otherlibs/ dependency) but such thing is incompatible with OCaml 5.00.0 if I remember correctly. /cc @kit-ty-kate Otherwise, it's fine to drop the 4.07 support - I mean, we already start that with cstruct which is widely used.

kit-ty-kate commented 2 years ago

i would also suggest dropping 4.07

dinosaure commented 2 years ago

Thanks!