mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
udpate readme
This commit is contained in:
parent
f2d027ac19
commit
b878909d3c
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
|
@ -119,8 +119,15 @@ There is a QuickCheck-like library called `QCheck` (now in its own repo).
|
|||
|
||||
## Build
|
||||
|
||||
There are no dependencies (`Sequence` is included).
|
||||
The `Bij` module requires OCaml `>= 4.00` because of GADTs. Type:
|
||||
You will need OCaml >= 4.01.0.
|
||||
|
||||
### Via opam
|
||||
|
||||
The prefered way to install is through [opam](http://opam.ocaml.org/).
|
||||
|
||||
$ opam install containers
|
||||
|
||||
### From Sources
|
||||
|
||||
$ make
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue