this repo has no description

Existing releases of mel break with Luv 0.5.13

Changed files
+4 -4
packages
mel
mel.0.2.0
mel.0.3.0
mel.0.3.1
mel.0.3.2
+1 -1
packages/mel/mel.0.2.0/opam
···
"ocaml"
"melange" {= version}
"cmdliner" {>= "1.1.0"}
-
"luv" {>= "0.5.11"}
+
"luv" {>= "0.5.11" & < "0.5.13"}
"ounit" {with-test}
"odoc" {with-doc}
]
+1 -1
packages/mel/mel.0.3.0/opam
···
"ocaml"
"melange" {= version}
"cmdliner" {>= "1.1.0"}
-
"luv" {>= "0.5.11"}
+
"luv" {>= "0.5.11" & < "0.5.13"}
"ocaml-migrate-parsetree" {>= "2.3.0"}
"ounit" {with-test}
"odoc" {with-doc}
+1 -1
packages/mel/mel.0.3.1/opam
···
"ocaml"
"melange" {= version}
"cmdliner" {>= "1.1.0"}
-
"luv" {>= "0.5.11"}
+
"luv" {>= "0.5.11" & < "0.5.13"}
"ocaml-migrate-parsetree" {>= "2.3.0"}
"ounit" {with-test}
"odoc" {with-doc}
+1 -1
packages/mel/mel.0.3.2/opam
···
"ocaml"
"melange" {= version}
"cmdliner" {>= "1.1.0"}
-
"luv" {>= "0.5.11"}
+
"luv" {>= "0.5.11" & < "0.5.13"}
"ocaml-migrate-parsetree" {>= "2.3.0"}
"ounit" {with-test}
"odoc" {with-doc}