category: OCaml
build-depends: cygport ocaml ocaml-compiler-libs ocaml-dune
sdesc: "Shim to substitute Pervasives with Stdlib before 4.08."
ldesc: "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."
skip:
test:
homepage: https://github.com/ocaml/stdlib-shims
license: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
disable-check: missing-curr