this repo has no description

Conflict with result<=1.5

Changed files
+6
packages
mbr-format
mbr-format.1.0.0
mirage-block-partition
mirage-block-partition.0.1.0
+3
packages/mbr-format/mbr-format.1.0.0/opam
···
"fmt" {with-test}
"alcotest" {with-test}
]
+
conflicts: [
+
"result" {< "1.5"}
+
]
synopsis: "A simple library for manipulating Master Boot Records"
url {
src:
+3
packages/mirage-block-partition/mirage-block-partition.0.1.0/opam
···
"alcotest" { with-test }
"alcotest-lwt" { with-test }
]
+
conflicts: [
+
"result" {< "1.5"}
+
]
url {
src:
"https://github.com/reynir/mirage-block-partition/releases/download/v0.1.0/mirage-block-partition-0.1.0.tbz"