diff options
author | Guillaume Boisseau | 2024-05-06 12:05:43 +0000 |
---|---|---|
committer | GitHub | 2024-05-06 12:05:43 +0000 |
commit | e2983a390de8758640d9e526e1bb9f908813891e (patch) | |
tree | df408dcf32e8117d205b303ad9a92c569587d1f3 | |
parent | c960034af0218bd0d1e5137347dfbb5233921d1a (diff) | |
parent | 5dd789c4962efc698da6d3fd50f3a165720b2e42 (diff) |
Merge pull request #173 from AeneasVerif/afromher/doc
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 |