Skip to content

Commit

Permalink
Ocaml version to 4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ncough committed Mar 18, 2024
1 parent 8828e86 commit bf1d451
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describing how to use ASLi with Arm's v8.6-A ISA specification.

To build and run the ASL interpreter, you will need:

* OCaml version 4.09 or later
* OCaml version 4.14 or later
* OPAM OCaml version 2.0.5 (other versions may work)
* The following OPAM packages
* ocaml - OCaml compiler
Expand Down
2 changes: 1 addition & 1 deletion asli.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ homepage: "https://github.com/alastairreid/asl-interpreter"
bug-reports: "https://github.com/alastairreid/asl-interpreter/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.09"}
"ocaml" {>= "4.14"}
"menhir" {build}
"ott" {build & >= "0.31"}
"linenoise"
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"\| loading ELF files and executing Arm binaries.
)
(depends
("ocaml" (>= "4.09"))
("ocaml" (>= "4.14"))
("menhir" :build)
("ott" (and :build (>= "0.31")))
"linenoise"
Expand Down

0 comments on commit bf1d451

Please sign in to comment.