ocaml-imagelib
ocaml-imagelib copied to clipboard
compilation with ocaml 5 (and maybe 4.14 ?)
The code in src/
(the imagelib
findlib package) should not depend on unix
; code that depends on unix
should be in unix/
(the imagelib.unix
findlib package), see top of the README.
The kprintf
-> ksprintf
patch looks good; looks like upstream finally deprecated it. :)
What is the build error you're seeing @craff ?
Oh, see https://github.com/rlepigre/ocaml-imagelib/pull/54 for the unix
thing.