Skip to content

Commit

Permalink
Merge pull request #305 from talex5/ocaml-5.2
Browse files Browse the repository at this point in the history
OCaml 5.2 is the minimum version
  • Loading branch information
talex5 authored Dec 2, 2024
2 parents 252fd9b + 516e0f9 commit 8ac82a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion capnp-rpc-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage: "https://github.com/mirage/capnp-rpc"
bug-reports: "https://github.com/mirage/capnp-rpc/issues"
doc: "https://mirage.github.io/capnp-rpc/"
depends: [
"ocaml" {>= "5.1"}
"ocaml" {>= "5.2"}
"capnp-rpc" {>= version}
"lwt_eio" {>= "0.5.1"}
"dune" {>= "3.16"}
Expand Down
2 changes: 1 addition & 1 deletion capnp-rpc-net.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage: "https://github.com/mirage/capnp-rpc"
bug-reports: "https://github.com/mirage/capnp-rpc/issues"
doc: "https://mirage.github.io/capnp-rpc/"
depends: [
"ocaml" {>= "4.08.0"}
"ocaml" {>= "5.2"}
"conf-capnproto" {build}
"capnp" {>= "3.6.0"}
"capnp-rpc" {= version}
Expand Down
3 changes: 2 additions & 1 deletion capnp-rpc-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage: "https://github.com/mirage/capnp-rpc"
doc: "https://mirage.github.io/capnp-rpc/"
bug-reports: "https://github.com/mirage/capnp-rpc/issues"
depends: [
"ocaml" {>= "4.08.0"}
"ocaml" {>= "5.2"}
"capnp-rpc-net" {= version}
"cmdliner" {>= "1.1.0"}
"cstruct" {>= "6.2.0"}
Expand All @@ -20,6 +20,7 @@ depends: [
"extunix"
"base64" {>= "3.0.0"}
"dune" {>= "3.16"}
"ipaddr" {>= "5.3.0" }
"alcotest" {>= "1.6.0" & with-test}
"mirage-crypto-rng-eio" {>= "1.1.0" & with-test}
"mdx" {>= "2.4.1" & with-test}
Expand Down
2 changes: 1 addition & 1 deletion capnp-rpc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage: "https://github.com/mirage/capnp-rpc"
bug-reports: "https://github.com/mirage/capnp-rpc/issues"
doc: "https://mirage.github.io/capnp-rpc/"
depends: [
"ocaml" {>= "4.08.0"}
"ocaml" {>= "5.2"}
"conf-capnproto" {build}
"capnp" {>= "3.6.0"}
"stdint" {>= "0.6.0"}
Expand Down

0 comments on commit 8ac82a0

Please sign in to comment.