Skip to content

Commit

Permalink
Increase minimum dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alasdair committed Aug 29, 2024
1 parent 5d35b1a commit 06e1788
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@

(package
(synopsis "Helper tool for compiling Sail")
(name sail_manifest))
(name sail_manifest)
(depends
(ocaml (>= 4.08.1))))

(package
(sites (share plugins))
Expand All @@ -50,7 +52,7 @@ http://www.cl.cam.ac.uk/~pes20/sail/.
(depends
(dune-site (>= 3.0.2))
(bisect_ppx (and :dev (>= "2.5.0")))
(menhir (and (>= 20180523) :build))
(menhir (and (>= 20240715) :build))
(ott (and (>= 0.28) :build))
(lem (>= "2018-12-14"))
(linksem (>= "0.3"))
Expand Down
2 changes: 1 addition & 1 deletion libsail.opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ depends: [
"dune" {>= "3.0"}
"dune-site" {>= "3.0.2"}
"bisect_ppx" {dev & >= "2.5.0"}
"menhir" {>= "20180523" & build}
"menhir" {>= "20240715" & build}
"ott" {>= "0.28" & build}
"lem" {>= "2018-12-14"}
"linksem" {>= "0.3"}
Expand Down
1 change: 1 addition & 0 deletions sail_manifest.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ homepage: "https://github.com/rems-project/sail"
bug-reports: "https://github.com/rems-project/sail/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.08.1"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 06e1788

Please sign in to comment.