this repo has no description
0
fork

Configure Feed

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

`merge-fmt` version bounds

authored by

Diana Kalinichenko and committed by
Marcello Seri
bbf3c5ae baf88d3c

+3 -3
+1 -1
packages/merge-fmt/merge-fmt.0.1/opam
··· 12 12 "ocaml" {>= "4.06.1"} 13 13 "dune" {>= "1.6"} 14 14 "cmdliner" 15 - "base" 15 + "base" {< "v0.17"} 16 16 "stdio" 17 17 ] 18 18
+1 -1
packages/merge-fmt/merge-fmt.0.2/opam
··· 12 12 "ocaml" {>= "4.06.1"} 13 13 "dune" {>= "1.6"} 14 14 "cmdliner" 15 - "base" 15 + "base" {< "v0.17"} 16 16 "stdio" 17 17 ] 18 18
+1 -1
packages/merge-fmt/merge-fmt.0.3/opam
··· 13 13 "ocaml" {>= "4.06.1"} 14 14 "dune" {>= "1.6"} 15 15 "cmdliner" {>= "1.1.0"} 16 - "base" 16 + "base" {< "v0.17"} 17 17 "stdio" 18 18 "ppx_expect" { with-test } 19 19 "core_unix" { with-test }