From 5f7b03d83ba34f72d970883286254d15993a79f3 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 12 Jan 2021 12:32:45 -0500 Subject: [PATCH] doc: refresh readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb107f34..eea6b41f 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ per-version doc [there](http://c-cube.github.io/ocaml-containers/). ## Build -You will need OCaml `>=` 4.02.0. +You will need OCaml `>=` 4.03.0. ### Via opam @@ -266,7 +266,7 @@ You need dune (formerly jbuilder). $ 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