this repo has no description

Merge pull request #25285 from reynir/mbr-format-lwt

mbr-format.2.0.0 doesn't depend on lwt

Changed files
-2
packages
mbr-format
mbr-format.1.0.0
mbr-format.2.0.0
-1
packages/mbr-format/mbr-format.1.0.0/opam
···
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "3.4.0"}
-
"lwt"
"cstruct" {>= "6.0.0"}
"ppx_cstruct"
"fmt" {with-test}
···
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "3.4.0"}
"cstruct" {>= "6.0.0"}
"ppx_cstruct"
"fmt" {with-test}
-1
packages/mbr-format/mbr-format.2.0.0/opam
···
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "3.4.0"}
-
"lwt"
"cstruct" {>= "6.0.0"}
"cstruct" {dev & >= "6.2.0"}
"fmt" {with-test}
···
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "3.4.0"}
"cstruct" {>= "6.0.0"}
"cstruct" {dev & >= "6.2.0"}
"fmt" {with-test}