Stdlib_to_baseSourceA set of migration annotations to convert code using the Stdlib to Base, intended to be used this way:
ocamlmig run -extra-migrations ocamlmig.stdlib_to_base
This should have decent coverage, but note that it only works for functions operating on the same datatypes in both libs. So for instance, String functions can be converted, but Queue functions cannot, because the queue types are not identical.