this repo has no description
0
fork

Configure Feed

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

Merge pull request #21566 from kit-ty-kate/fix-53

sexplib0 < v0.15.1 is not compatible with OCaml 5.0

authored by

Kate and committed by
GitHub
d0e41987 85289704

+5 -5
+1 -1
packages/sexplib0/sexplib0.v0.11.0/opam
··· 9 9 ["jbuilder" "build" "-p" name "-j" jobs] 10 10 ] 11 11 depends: [ 12 - "ocaml" {>= "4.04.1"} 12 + "ocaml" {>= "4.04.1" & < "5.0"} 13 13 "jbuilder" {>= "1.0+beta18.1"} 14 14 ] 15 15 conflicts: [
+1 -1
packages/sexplib0/sexplib0.v0.12.0/opam
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "4.04.2"} 13 + "ocaml" {>= "4.04.2" & < "5.0"} 14 14 "dune" {>= "1.5.1"} 15 15 ] 16 16 synopsis: "Library containing the definition of S-expressions and some base converters"
+1 -1
packages/sexplib0/sexplib0.v0.13.0/opam
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "4.04.2"} 13 + "ocaml" {>= "4.04.2" & < "5.0"} 14 14 "dune" {>= "1.5.1"} 15 15 ] 16 16 synopsis: "Library containing the definition of S-expressions and some base converters"
+1 -1
packages/sexplib0/sexplib0.v0.14.0/opam
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "4.04.2"} 13 + "ocaml" {>= "4.04.2" & < "5.0"} 14 14 "dune" {>= "2.0.0"} 15 15 ] 16 16 synopsis: "Library containing the definition of S-expressions and some base converters"
+1 -1
packages/sexplib0/sexplib0.v0.15.0/opam
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "4.04.2"} 13 + "ocaml" {>= "4.04.2" & < "5.0"} 14 14 "dune" {>= "2.0.0"} 15 15 ] 16 16 synopsis: "Library containing the definition of S-expressions and some base converters"