Skip to content

Commit

Permalink
Merge pull request #266 from talex5/fix-lower-bounds
Browse files Browse the repository at this point in the history
Add some missing lower-bounds
  • Loading branch information
talex5 authored Feb 23, 2023
2 parents 89504e2 + 18bd691 commit 8ee8773
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion capnp-rpc-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ depends: [
"conf-capnproto" {build}
"capnp" {>= "3.4.0"}
"capnp-rpc" {= version}
"lwt"
"stdint" {>= "0.6.0"}
"lwt" {>= "5.6.1"}
"astring"
"fmt" {>= "0.8.7"}
"logs"
Expand Down
11 changes: 7 additions & 4 deletions capnp-rpc-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ depends: [
"extunix"
"base64" {>= "3.0.0"}
"dune" {>= "3.0"}
"alcotest" {>= "1.0.1" & with-test}
"alcotest-lwt" { >= "1.0.1" & with-test}
"alcotest" {>= "1.6.0" & with-test}
"alcotest-lwt" { >= "1.6.0" & with-test}
"mirage-crypto-rng-lwt" {>= "0.11.0"}
"mdx" {with-test}
"lwt"
"mdx" {>= "2.2.1" & with-test}
"lwt" {>= "5.6.1"}
"asetmap" {with-test}
]
conflicts: [
"jbuilder" {with-test}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {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 @@ -19,7 +19,7 @@ depends: [
"logs"
"asetmap"
"dune" {>= "3.0"}
"alcotest" {with-test & >= "1.0.1"}
"alcotest" {>= "1.6.0" & with-test}
"afl-persistent" {with-test}
]
conflicts: [
Expand Down

0 comments on commit 8ee8773

Please sign in to comment.