Closed dinosaure closed 4 years ago
I'm not sure about results of CI but we have two possibilities:
decompress
can support OCaml 4.03imagelib
moves on OCaml 4.07Let me know which proposition should be the best (about decompress
, we use local exception which require, at least 4.06 if I remember correctly and some primitives on bytes
available only after 4.07).
I don't mind, personally I think that 4.07.0
is enough. Is is always nice to support more version, but I don't think this is worth the effort here.
I agree that 4.07.0 is adequate :-)
I will fix CI in #35 , merging now. Thanks a lot @dinosaure !
On top of #33 I believe. An update to
decompress.1.1.0
and remove deprecated use ofPervasives
(replaced byStdlib
).