New issue 22 by meh...@gmail.com: Add IO.output_strings
http://code.google.com/p/ocaml-extlib/issues/detail?id=22
It seems that some development of extlib took place elsewhere. More
precisely, there is another extlib
in "cvs :pserver:anon...@cvs.motion-twin.com:/cvsroot/ ocaml/extlib-dev".
The only significant difference between yours and theirs is the addition of
IO.output_strings (see patch attached) which is (afaik) needed for haxe
(http://haxe.org).
We have been informed about that "other repository" in a Debian bugreport
(See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596622). It would be
nice to integrate this feature.
Kind Regards,
--
Mehdi
Attachments:
0001-added-output_strings.patch 1.8 KB
Comment #1 on issue 22 by ygrekheretix: Add IO.output_strings
http://code.google.com/p/ocaml-extlib/issues/detail?id=22
I've tried to contact ncannasse, but got no reply. This situation is quite
awkward, as he is an author of the major part of extlib I believe.
FWIW, I've checked that there were no other commits in his repository that
are not present in yours. Haxe should be told to use your version as
ncannasse is not replying nor developing extlib anymore (imho).
Thanks for your work on this!