this repo has no description
0
fork

Configure Feed

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

Merge pull request #21734 from kit-ty-kate/fix-85

extlib is not compatible with OCaml 5.0

authored by

Kate and committed by
GitHub
88cb68cb f6881f74

+2 -2
+1 -1
packages/extlib/extlib.1.7.7-1/opam
··· 30 30 ] 31 31 install: [ [make "minimal=1" "install"] ] 32 32 depends: [ 33 - "ocaml" 33 + "ocaml" {< "5.0"} 34 34 "ocamlfind" {build} 35 35 "cppo" {build} 36 36 "base-bytes" {build}
+1 -1
packages/extlib/extlib.1.7.8/opam
··· 26 26 ] 27 27 install: [ [make "minimal=1" "install"] ] 28 28 depends: [ 29 - "ocaml" 29 + "ocaml" {< "5.0"} 30 30 "ocamlfind" {build} 31 31 "cppo" {build} 32 32 "base-bytes" {build}