          MODULE=ocaml-stdlib-shims
         VERSION=0.3.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/ocaml/stdlib-shims/archive/refs/tags/$VERSION.tar.gz
      SOURCE_VFY=sha256:6d0386313a021146300011549180fcd4e94f7ac3c3bf021ff165f6558608f0c2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/stdlib-shims-$VERSION
        WEB_SITE=https://github.com/ocaml/stdlib-shims
         ENTERED=20230618
         UPDATED=20230618
           SHORT="ocaml shims to substitue pervasives with stdlib"

cat << EOF
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.
EOF
