Skip to content

Commit 26d294a

Browse files
committed
conduit* 6.1.0: require ocaml 4.08.0
1 parent 1964e41 commit 26d294a

File tree

5 files changed

+5
-5
lines changed
  • packages
    • conduit-async/conduit-async.6.1.0
    • conduit-lwt-unix/conduit-lwt-unix.6.1.0
    • conduit-lwt/conduit-lwt.6.1.0
    • conduit-mirage/conduit-mirage.6.1.0
    • conduit/conduit.6.1.0

5 files changed

+5
-5
lines changed

packages/conduit-async/conduit-async.6.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: "org:mirage"
88
homepage: "https://github.com/mirage/ocaml-conduit"
99
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
1010
depends: [
11-
"ocaml" {>= "4.03.0"}
11+
"ocaml" {>= "4.08.0"}
1212
"dune" {>= "2.0"}
1313
"core" {>= "v0.15.0"}
1414
"uri" {>= "4.0.0"}

packages/conduit-lwt-unix/conduit-lwt-unix.6.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: "org:mirage"
88
homepage: "https://github.com/mirage/ocaml-conduit"
99
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
1010
depends: [
11-
"ocaml" {>= "4.07.0"}
11+
"ocaml" {>= "4.08.0"}
1212
"dune" {>= "2.0"}
1313
"base-unix"
1414
"logs"

packages/conduit-lwt/conduit-lwt.6.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: "org:mirage"
88
homepage: "https://github.com/mirage/ocaml-conduit"
99
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
1010
depends: [
11-
"ocaml" {>= "4.03.0"}
11+
"ocaml" {>= "4.08.0"}
1212
"dune" {>= "2.0"}
1313
"base-unix"
1414
"ppx_sexp_conv" {>="v0.13.0"}

packages/conduit-mirage/conduit-mirage.6.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: "org:mirage"
66
homepage: "https://github.com/mirage/ocaml-conduit"
77
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
88
depends: [
9-
"ocaml" {>= "4.07.0"}
9+
"ocaml" {>= "4.08.0"}
1010
"dune" {>= "2.0"}
1111
"ppx_sexp_conv" {>="v0.13.0"}
1212
"sexplib"

packages/conduit/conduit.6.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/mirage/ocaml-conduit"
99
doc: "https://mirage.github.io/ocaml-conduit/"
1010
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
1111
depends: [
12-
"ocaml" {>= "4.03.0"}
12+
"ocaml" {>= "4.08.0"}
1313
"dune" {>= "2.0"}
1414
"ppx_sexp_conv" {>="v0.13.0"}
1515
"sexplib"

0 commit comments

Comments
 (0)