this repo has no description
0
fork

Configure Feed

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

Merge pull request #25832 from kit-ty-kate/fix-282

bisect is not compatible with OCaml 5.0 (uses String.capitalize)

authored by

Anil Madhavapeddy and committed by
GitHub
47570836 7ff7bf4b

+1 -1
+1 -1
packages/bisect/bisect.1.3.1/opam
··· 12 12 install: [make "install"] 13 13 remove: [["ocamlfind" "remove" "bisect"]] 14 14 depends: [ 15 - "ocaml" {>= "4.02.0"} 15 + "ocaml" {>= "4.02.0" & < "5.0"} 16 16 "ocamlfind" 17 17 "camlp4" 18 18 "ocamlbuild" {build}