this repo has no description
0
fork

Configure Feed

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

Merge pull request #26544 from kit-ty-kate/ocp-index-ocaml-5.3

ocp-index is not compatible with OCaml 5.3 (compiler-libs change)

authored by

Anil Madhavapeddy and committed by
GitHub
f93fa37d 22afe241

+1 -1
+1 -1
packages/ocp-index/ocp-index.1.3.6/opam
··· 21 21 dev-repo: "git+https://github.com/OCamlPro/ocp-index.git" 22 22 build: ["dune" "build" "-p" name "-j" jobs] 23 23 depends: [ 24 - "ocaml" {>= "4.08.0"} 24 + "ocaml" {>= "4.08.0" & < "5.3"} 25 25 "cppo" {build & >= "1.1.0"} 26 26 "dune" {>= "1.0"} 27 27 "ocp-indent" {>= "1.4.2"}