Skip to content

Commit

Permalink
Tweaking Dune/Opam dependency info
Browse files Browse the repository at this point in the history
(I wish I could find a way to test it locally before submitting
to the opam repo.)
  • Loading branch information
alastairreid committed May 17, 2020
1 parent 33e6bae commit 715169a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5"}
"ocaml" {>= "4.09" & build}
"ocaml" {>= "4.09"}
"menhir" {build}
"ott" {build}
"linenoise"
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"\| loading ELF files and executing Arm binaries.
)
(depends
("ocaml" (and (>= "4.09") :build))
("ocaml" (>= "4.09"))
("menhir" :build)
("ott" :build)
"linenoise"
Expand Down

0 comments on commit 715169a

Please sign in to comment.