this repo has no description
0
fork

Configure Feed

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

Merge pull request #21565 from kit-ty-kate/fix-50

ocamlbuild < 0.14.1 is not compatible with OCaml 5.0

authored by

Kate and committed by
GitHub
85289704 6f6c8f55

+1 -1
+1 -1
packages/ocamlbuild/ocamlbuild.0.14.0/opam
··· 28 28 synopsis: 29 29 "OCamlbuild is a build system with builtin rules to easily build most OCaml projects." 30 30 depends: [ 31 - "ocaml" {>= "4.03"} 31 + "ocaml" {>= "4.03" & < "5.0"} 32 32 ] 33 33 url { 34 34 src: "https://github.com/ocaml/ocamlbuild/archive/0.14.0.tar.gz"