mte/unikernel/duniverse/stdlib-shims
2025-11-11 02:07:51 +01:00
..
src 2025-11-11 02:07:51 +01:00
test 2025-11-11 02:07:51 +01:00
CHANGES.md 2025-11-11 02:07:51 +01:00
dune-project 2025-11-11 02:07:51 +01:00
dune-workspace.dev 2025-11-11 02:07:51 +01:00
LICENSE 2025-11-11 02:07:51 +01:00
README.md 2025-11-11 02:07:51 +01:00
stdlib-shims.opam 2025-11-11 02:07:51 +01:00

stdlib-shims

Compiling against this library allows to replace your uses of Pervasives with Stdlib before 4.08. For example you can use Stdlib.compare instead of Pervasives.compare. It does not however provide the new functions and modules that are being added in Stdlib module.

Installation

To install the project via opam, the standard package manager for OCaml, type:

opam install stdlib-shims