this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23223 from emillon/ocaml5-mm-ba

ocaml 5: restrict mm releases

authored by

Kate and committed by
GitHub
2f32013b cd0c12f8

+6 -2
+1 -1
packages/mm/mm.0.6.0/opam
··· 12 12 [make "install"] 13 13 ] 14 14 depends: [ 15 - "ocaml" {>= "4.08.0"} 15 + "ocaml" {>= "4.08.0" & < "5.0.0"} 16 16 "ocamlfind" {build} 17 17 ] 18 18 depopts: [
+1
packages/mm/mm.0.7.0/opam
··· 7 7 homepage: "https://github.com/savonet/ocaml-mm" 8 8 bug-reports: "https://github.com/savonet/ocaml-mm/issues" 9 9 depends: [ 10 + "ocaml" {< "5.0.0"} 10 11 "dune" {>= "2.0"} 11 12 "dune-configurator" 12 13 ]
+1
packages/mm/mm.0.7.1/opam
··· 7 7 homepage: "https://github.com/savonet/ocaml-mm" 8 8 bug-reports: "https://github.com/savonet/ocaml-mm/issues" 9 9 depends: [ 10 + "ocaml" {< "5.0.0"} 10 11 "dune" {>= "2.0"} 11 12 "dune-configurator" 12 13 ]
+1
packages/mm/mm.0.7.2/opam
··· 7 7 homepage: "https://github.com/savonet/ocaml-mm" 8 8 bug-reports: "https://github.com/savonet/ocaml-mm/issues" 9 9 depends: [ 10 + "ocaml" {< "5.0.0"} 10 11 "dune" {>= "2.8"} 11 12 "dune-configurator" 12 13 "odoc" {with-doc}
+1
packages/mm/mm.0.7.4/opam
··· 8 8 homepage: "https://github.com/savonet/ocaml-mm" 9 9 bug-reports: "https://github.com/savonet/ocaml-mm/issues" 10 10 depends: [ 11 + "ocaml" {< "5.0.0"} 11 12 "ocaml" {with-test & >= "4.07"} 12 13 "dune" {>= "2.8"} 13 14 "dune-configurator"
+1 -1
packages/mm/mm.0.8.0/opam
··· 8 8 homepage: "https://github.com/savonet/ocaml-mm" 9 9 bug-reports: "https://github.com/savonet/ocaml-mm/issues" 10 10 depends: [ 11 - "ocaml" {>= "4.08"} 11 + "ocaml" {>= "4.08" & < "5.0.0"} 12 12 "ocaml" {with-test & >= "4.12"} 13 13 "dune" {>= "2.8"} 14 14 "dune-configurator"