this repo has no description
0
fork

Configure Feed

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

Merge pull request #21567 from kit-ty-kate/fix-52

base is not compatible with OCaml 5.0 (uses String.uppercase)

authored by

Kate and committed by
GitHub
8b3d03ed d0e41987

+1 -1
+1 -1
packages/base/base.v0.15.0/opam
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "4.10.0"} 13 + "ocaml" {>= "4.10.0" & < "5.0"} 14 14 "sexplib0" {>= "v0.15" & < "v0.16"} 15 15 "dune" {>= "2.0.0"} 16 16 "dune-configurator"