this repo has no description
0
fork

Configure Feed

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

Merge pull request #26545 from kit-ty-kate/typerep-ocaml-5.3

typerep is not compatible with OCaml 5.3 (value restriction change)

authored by

Anil Madhavapeddy and committed by
GitHub
c0a7b4f3 b71e974b

+9 -15
+1 -1
packages/typerep/typerep.v0.10.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.3"} 13 13 "base" {>= "v0.10" & < "v0.11"} 14 14 "jbuilder" {>= "1.0+beta12"} 15 15 ]
+1 -1
packages/typerep/typerep.v0.11.0/opam
··· 10 10 ] 11 11 conflicts: [ "jbuilder" { = "1.0+beta19" } ] 12 12 depends: [ 13 - "ocaml" {>= "4.04.1"} 13 + "ocaml" {>= "4.04.1" & < "5.3"} 14 14 "base" {>= "v0.11" & < "v0.12"} 15 15 "jbuilder" {>= "1.0+beta18.1"} 16 16 ]
+1 -1
packages/typerep/typerep.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.3"} 14 14 "base" {>= "v0.12" & < "v0.13"} 15 15 "dune" {>= "1.5.1"} 16 16 ]
+1 -1
packages/typerep/typerep.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.3"} 14 14 "base" {>= "v0.13" & < "v0.14"} 15 15 "dune" {>= "1.5.1"} 16 16 ]
+1 -1
packages/typerep/typerep.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.3"} 14 14 "base" {>= "v0.14" & < "v0.15"} 15 15 "dune" {>= "2.0.0"} 16 16 ]
+1 -3
packages/typerep/typerep.v0.15.0/opam
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "4.08.0"} 13 + "ocaml" {>= "4.08.0" & < "5.3"} 14 14 "base" {>= "v0.15" & < "v0.16"} 15 15 "dune" {>= "2.0.0"} 16 16 ] 17 17 synopsis: "Typerep is a library for runtime types" 18 - description: " 19 - " 20 18 url { 21 19 src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/typerep-v0.15.0.tar.gz" 22 20 checksum: "sha256=26c8d37db41440a417593fcb389aaebafdf2e33e62bd762e1f148875a7a3183e"
+1 -3
packages/typerep/typerep.v0.16.0/opam
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "4.14.0"} 13 + "ocaml" {>= "4.14.0" & < "5.3"} 14 14 "base" {>= "v0.16" & < "v0.17"} 15 15 "dune" {>= "2.0.0"} 16 16 ] 17 17 synopsis: "Typerep is a library for runtime types" 18 - description: " 19 - " 20 18 url { 21 19 src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/typerep-v0.16.0.tar.gz" 22 20 checksum: "sha256=e5157fef61e0229dacf01a5677bb93416ab59ee86046904c3d691e872ed4f72c"
+1 -3
packages/typerep/typerep.v0.17.0/opam
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "5.1.0"} 13 + "ocaml" {>= "5.1.0" & < "5.3"} 14 14 "base" {>= "v0.17" & < "v0.18"} 15 15 "dune" {>= "3.11.0"} 16 16 ] 17 17 available: arch != "arm32" & arch != "x86_32" 18 18 synopsis: "Typerep is a library for runtime types" 19 - description: " 20 - " 21 19 url { 22 20 src: "https://github.com/janestreet/typerep/archive/refs/tags/v0.17.0.tar.gz" 23 21 checksum: "sha256=ff8268f46f447bbc95dac29a50f465625646b213e3a9638f4d773b9e17b650e8"
+1 -1
packages/typerep/typerep.v0.9.0/opam
··· 13 13 ] 14 14 ] 15 15 depends: [ 16 - "ocaml" {>= "4.03.0"} 16 + "ocaml" {>= "4.03.0" & < "5.3"} 17 17 "base" {>= "v0.9" & < "v0.10"} 18 18 "jbuilder" {>= "1.0+beta4"} 19 19 ]