rlepigre / ocaml-imagelib

The imagelib library implements image formats such as PNG or PPM
GNU Lesser General Public License v3.0
39 stars 13 forks source link

Decompress.1.1.0 #34

Closed dinosaure closed 4 years ago

dinosaure commented 4 years ago

On top of #33 I believe. An update to decompress.1.1.0 and remove deprecated use of Pervasives (replaced by Stdlib).

dinosaure commented 4 years ago

I'm not sure about results of CI but we have two possibilities:

Let 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).

rlepigre commented 4 years ago

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.

cfcs commented 4 years ago

I agree that 4.07.0 is adequate :-)

cfcs commented 4 years ago

I will fix CI in #35 , merging now. Thanks a lot @dinosaure !