this repo has no description
0
fork

Configure Feed

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

Merge pull request #25193 from ocaml/mark-broken-ogg-as-unavailable

Mark broken `ogg` packages as unavailable

authored by

Marcello Seri and committed by
GitHub
e587a943 f2c18c1c

+10 -1
+3
packages/ogg/ogg.0.6.0/opam
··· 23 23 "@doc" {with-doc} 24 24 ] 25 25 ] 26 + conflicts: [ 27 + "ocaml" { >= "4.14" } 28 + ] 26 29 dev-repo: "git+https://github.com/savonet/ocaml-ogg.git" 27 30 depexts: [ 28 31 ["libogg-dev"] {os-distribution = "alpine"}
+3
packages/ogg/ogg.0.7.0/opam
··· 25 25 "@doc" {with-doc} 26 26 ] 27 27 ] 28 + conflicts: [ 29 + "ocaml" { >= "4.14" } 30 + ] 28 31 dev-repo: "git+https://github.com/savonet/ocaml-ogg.git" 29 32 url { 30 33 src: "https://github.com/savonet/ocaml-ogg/archive/v0.7.0.tar.gz"
+3
packages/ogg/ogg.0.7.1/opam
··· 27 27 "@doc" {with-doc} 28 28 ] 29 29 ] 30 + conflicts: [ 31 + "ocaml" { >= "4.14" } 32 + ] 30 33 dev-repo: "git+https://github.com/savonet/ocaml-ogg.git" 31 34 url { 32 35 src: "https://github.com/savonet/ocaml-ogg/archive/v0.7.1.tar.gz"
+1 -1
packages/ogg/ogg.0.7.2/opam
··· 9 9 depends: [ 10 10 "conf-libogg" 11 11 "conf-pkg-config" 12 - "ocaml" {>= "4.08.0"} 12 + "ocaml" {>= "4.08.0" & < "4.14"} 13 13 "dune" {>= "2.8"} 14 14 "dune-configurator" 15 15 "odoc" {with-doc}