Updates:
Status: Started
Comment #6 on issue 23 by ygrekheretix: Conflict with Camomile
http://code.google.com/p/ocaml-extlib/issues/detail?id=23
Now I think of an alternative way to solve this. Clearly we want everybody
to upgrade extlib without UChar and UTF8, but without breaking any code.
Current solution requires everybody to change used package name from extlib
to extlib_min and it will causes chaos wrt dependencies. The proposed
solution is to build by default full cma with all modules, but have a
configure-time option to build cma without UTF8. This will allow to to
gradually introduce reduced set of modules on codebases that don't need it
(e.g. opam, debian, etc).