diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ We use **OCaml 4.13.1**: `opam switch create 4.13.1+options` The dependencies can then be installed with the following command: ``` -opam install ppx_deriving visitors easy_logging zarith yojson core_unix odoc +opam install ppx_deriving visitors easy_logging zarith yojson core_unix odoc unionFind ``` Moreover, Aeneas requires the Charon ML library, defined in the |