this repo has no description

Merge pull request #21643 from kit-ty-kate/fix-76

mirage-flow-unix 1.2.0 and 1.3.0 have a missing dependency on result

Kate f7639b64 95fd2eac

Changed files
+2
packages
mirage-flow-unix
mirage-flow-unix.1.2.0
mirage-flow-unix.1.3.0
+1
packages/mirage-flow-unix/mirage-flow-unix.1.2.0/opam
···
"lwt"
"lwt" {with-test & < "5.0.0"}
"cstruct" {>= "2.3.0" & < "6.0.1"}
+
"result"
]
synopsis: "Various implementations of the MirageOS FLOW interface"
description: """
+1
packages/mirage-flow-unix/mirage-flow-unix.1.3.0/opam
···
"lwt"
"cstruct" {>= "2.3.0" & < "6.0.1"}
"alcotest" {with-test & < "1.4.0"}
+
"result" {with-test}
]
synopsis: "Flow implementations and combinators for MirageOS"
description: """