package ocamlmig

  1. Overview
  2. Docs
OCaml source code rewriting tool

Install

Dune Dependency

Authors

Maintainers

Sources

ocamlmig-5.3-20250429.tbz
sha256=51e13b4a6bbc86eb2470a5a33087714a8c0895b05d912e1706e7a95c6b1b11d3
sha512=d6b5b2b0af6b5976dac08c3c821faa1a5690ce56485cc29ac427046de2a4c446c6212bbf4ef5821503d57163634ec5ad78b3d4b452359096a23a6f08b5e9c9e1

doc/ocamlmig.stdlib_to_base/Stdlib_to_base/index.html

Module Stdlib_to_baseSource

A 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.

OCaml

Innovation. Community. Security.