Skip to content

Commit

Permalink
Relax bounds to prepare MirageOS 4
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Oct 12, 2021
1 parent 542cab3 commit 1dc4b59
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/mirage-block-solo5/mirage-block-solo5.0.6.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"lwt" {>= "2.4.3"}
"cstruct" {>= "1.0.1"}
"mirage-block" {>= "2.0.0"}
"mirage-solo5" {>= "0.6.0" & < "0.7.0"}
"mirage-solo5" {>= "0.6.0" & < "0.8.0"}
"fmt"
]
synopsis: "Solo5 implementation of MirageOS block interface"
Expand Down
3 changes: 2 additions & 1 deletion packages/mirage-block-unix/mirage-block-unix.2.12.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ depends: [
"cstruct-lwt"
"mirage-block" {>= "2.0.0"}
"rresult"
"io-page-unix" {>= "2.0.0"}
"io-page" {>= "2.0.0"}
"uri" {>= "1.9.0"}
"logs"
"ounit" {with-test}
"diet" {with-test & >= "0.4"}
"fmt" {with-test}
"io-page-unix" {with-test}
"conf-linux-libc-dev" {os = "linux"}
]
build: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build: [
depends: [
"ocaml" {>= "4.04.2"}
"dune" {>= "1.0"}
"mirage-solo5" {>= "0.6.0" & < "0.7.0"}
"mirage-solo5" {>= "0.6.0" & < "0.8.0"}
"lwt"
"parse-argv"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"ocaml" {>= "4.06.0"}
"dune" {>= "1.0"}
"mirage-console" {>= "3.0.0"}
"mirage-solo5" {>= "0.6.0" & < "0.7.0"}
"mirage-solo5" {>= "0.6.0" & < "0.8.0"}
"cstruct"
"lwt"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/mirage-crypto-pk/mirage-crypto-pk.0.10.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ depends: [
"zarith" {>= "1.4"}
"eqaf" {>= "0.7"}
"rresult" {>= "0.6.0"}
(("mirage-no-solo5" & "mirage-no-xen") | "zarith-freestanding")
(("mirage-no-solo5" & "mirage-no-xen") | "zarith-freestanding" | "mirage" {>= "4.0.0"})
]
conflicts: [
"mirage-xen" {< "6.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/mirage-net-solo5/mirage-net-solo5.0.6.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ depends: [
"lwt" {>= "2.4.3"}
"mirage-net" {>= "3.0.0"}
"macaddr" { >= "4.0.0"}
"mirage-solo5" {>= "0.6.0" & < "0.7.0"}
"mirage-solo5" {>= "0.6.0" & < "0.8.0"}
"logs" {>= "0.6.0"}
"metrics"
"fmt"
Expand Down

0 comments on commit 1dc4b59

Please sign in to comment.