this repo has no description
0
fork

Configure Feed

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

`ocamlformat` version bounds

authored by

Diana Kalinichenko and committed by
Marcello Seri
f7d0d5ee bbf3c5ae

+2 -2
+1 -1
packages/ocamlformat/ocamlformat.0.23.0/opam
··· 9 9 depends: [ 10 10 "ocaml" {>= "4.08" & < "5.2"} 11 11 "alcotest" {with-test} 12 - "base" {>= "v0.12.0"} 12 + "base" {>= "v0.12.0" & < "v0.17.0"} 13 13 "cmdliner" {>= "1.1.0"} 14 14 "dune" {>= "2.8"} 15 15 "dune" {with-test & < "3.0"}
+1 -1
packages/ocamlformat/ocamlformat.0.24.1/opam
··· 9 9 depends: [ 10 10 "ocaml" {>= "4.08" & < "5.2"} 11 11 "alcotest" {with-test} 12 - "base" {>= "v0.12.0"} 12 + "base" {>= "v0.12.0" & < "v0.17.0"} 13 13 "cmdliner" {>= "1.1.0"} 14 14 "dune" {>= "2.8"} 15 15 "dune-build-info"