diff options
author | Aymeric Fromherz | 2024-05-06 12:52:43 +0200 |
---|---|---|
committer | Aymeric Fromherz | 2024-05-06 12:52:43 +0200 |
commit | 5dd789c4962efc698da6d3fd50f3a165720b2e42 (patch) | |
tree | df408dcf32e8117d205b303ad9a92c569587d1f3 | |
parent | c960034af0218bd0d1e5137347dfbb5233921d1a (diff) |
Add menhir and ocamlformat to list of required opam packages
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ The dependencies can then be installed with the following command: ``` opam install ppx_deriving visitors easy_logging zarith yojson core_unix odoc \ - unionFind ocamlgraph + unionFind ocamlgraph menhir ocamlformat ``` Moreover, Aeneas requires the Charon ML library, defined in the |