this repo has no description
0
fork

Configure Feed

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

Merge pull request #27076 from ocaml/mseri-patch-1

liquidsoap-core: fix unnecessarily restrictive upper bound

authored by

Marcello Seri and committed by
GitHub
1d30d627 ede05e82

+1 -1
+1 -1
packages/liquidsoap-core/liquidsoap-core.2.3.0/opam
··· 7 7 bug-reports: "https://github.com/savonet/liquidsoap/issues" 8 8 depends: [ 9 9 "dune" {>= "3.6"} 10 - "ocaml" {>= "4.14" & < "5"} 10 + "ocaml" {>= "4.14" & < "5.3"} 11 11 "dtools" {>= "0.4.5"} 12 12 "duppy" {>= "0.9.4"} 13 13 "mm" {>= "0.8.6"}