doc: refresh readme

This commit is contained in:
Simon Cruanes 2021-01-12 12:32:45 -05:00
parent 646ea1645c
commit 5f7b03d83b

View file

@ -246,7 +246,7 @@ per-version doc [there](http://c-cube.github.io/ocaml-containers/).
## Build ## Build
You will need OCaml `>=` 4.02.0. You will need OCaml `>=` 4.03.0.
### Via opam ### Via opam
@ -266,7 +266,7 @@ You need dune (formerly jbuilder).
$ make $ make
``` ```
To build and run tests (requires `oUnit` and [qtest](https://github.com/vincent-hugot/iTeML)): To build and run tests (requires `oUnit`, [qtest](https://github.com/vincent-hugot/qtest), `gen`, `iter`):
``` ```
$ opam install oUnit qtest $ opam install oUnit qtest