This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
12
unikernel/duniverse/stdlib-shims/README.md
Normal file
12
unikernel/duniverse/stdlib-shims/README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# 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](https://opam.ocaml.org), the
|
||||
standard package manager for OCaml, type:
|
||||
|
||||
```
|
||||
opam install stdlib-shims
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue