Skip to content

Commit

Permalink
Opam file: increase lower bounds
Browse files Browse the repository at this point in the history
Signed-off-by: Kakadu <Kakadu@pm.me>
  • Loading branch information
Kakadu committed Aug 29, 2024
1 parent b429ebb commit 7abc22a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
(bug_reports "https://github.com/PLTools/ostap/issues")
(depends
GT
re
(ocaml
(>= 4.14))
(re
(>= 1.10))
(ocamlfind :build)
(camlp5
(>= 8))))
3 changes: 2 additions & 1 deletion ostap.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ bug-reports: "https://github.com/PLTools/ostap/issues"
depends: [
"dune" {>= "3.7"}
"GT"
"re"
"ocaml" {>= "4.14"}
"re" {>= "1.10"}
"ocamlfind" {build}
"camlp5" {>= "8"}
"odoc" {with-doc}
Expand Down

0 comments on commit 7abc22a

Please sign in to comment.