Skip to content

Commit

Permalink
The distribution requires at least 4.08
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Sep 25, 2023
1 parent 024d153 commit 06756d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion uri-bench.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: """
This is a benchmarking package for the OCaml implementation of the [RFC3986](http://tools.ietf.org/html/rfc3986) specification for parsing URI or URLs.
"""
depends: [
"ocaml" {>= "4.04.0"}
"ocaml" {>= "4.08.0"}
"dune" {>= "1.2.0"}
"uri" {= version}
"core_bench" {>= "v0.14.0"}
Expand Down
2 changes: 1 addition & 1 deletion uri-re.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is an OCaml implementation of the [RFC3986](http://tools.ietf.org/html/rfc3
for parsing URI or URLs.
"""
depends: [
"ocaml" {>= "4.04.0"}
"ocaml" {>= "4.08.0"}
"dune" {>= "1.2.0"}
"ounit2" {with-test & >= "1.0.2"}
"ppx_sexp_conv" {with-test & >= "v0.9.0"}
Expand Down
2 changes: 1 addition & 1 deletion uri.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is an OCaml implementation of the [RFC3986](http://tools.ietf.org/html/rfc3
for parsing URI or URLs.
"""
depends: [
"ocaml" {>= "4.04.0"}
"ocaml" {>= "4.08.0"}
"dune" {>= "1.2.0"}
"ounit2" {with-test & >= "1.0.2"}
"ppx_sexp_conv" {with-test & >= "v0.9.0"}
Expand Down

0 comments on commit 06756d3

Please sign in to comment.