this repo has no description

Merge pull request #18226 from kit-ty-kate/413

Various fixes (OCaml 4.13 edition)

Kate ce753e26 9b2dc4e9

Changed files
+15 -15
packages
camelot
camelot.0.5
camelot.1.0.1
camelot.1.1.0
camelot.1.1.1
camelot.1.2.0
camelot.1.4.3
camelot.1.4.4
camelot.1.5.0
camelot.1.6.0
camelot.1.6.1
camelot.1.6.2
ocp-index
ocp-index.1.2.2
odoc
odoc.1.5.2
owl-symbolic
owl-symbolic.0.1.0
owl-symbolic.0.2.0
+1 -1
packages/camelot/camelot.0.5/opam
···
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
depends: [
"dune" {>= "2.5"}
-
"ocaml" {>= "4.09.0"}
+
"ocaml" {>= "4.09.0" & < "4.13"}
"ANSITerminal" {>= "0.8"}
]
build: [
+1 -1
packages/camelot/camelot.1.0.1/opam
···
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
depends: [
"dune" {>= "2.5"}
-
"ocaml" {>= "4.10.0"}
+
"ocaml" {>= "4.10.0" & < "4.13"}
"ANSITerminal" {>= "0.8"}
]
build: [
+1 -1
packages/camelot/camelot.1.1.0/opam
···
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
depends: [
"dune" {>= "2.5"}
-
"ocaml" {>= "4.10.0"}
+
"ocaml" {>= "4.10.0" & < "4.13"}
"ANSITerminal" {>= "0.8"}
]
build: [
+1 -1
packages/camelot/camelot.1.1.1/opam
···
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
depends: [
"dune" {>= "2.5"}
-
"ocaml" {>= "4.10.0"}
+
"ocaml" {>= "4.10.0" & < "4.13"}
"ANSITerminal" {>= "0.8"}
]
build: [
+1 -1
packages/camelot/camelot.1.2.0/opam
···
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
depends: [
"dune" {>= "2.5"}
-
"ocaml" {>= "4.10.0"}
+
"ocaml" {>= "4.10.0" & < "4.13"}
"ANSITerminal" {>= "0.8"}
]
build: [
+1 -1
packages/camelot/camelot.1.4.3/opam
···
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
depends: [
"dune" {>= "2.5"}
-
"ocaml" {>= "4.10.0"}
+
"ocaml" {>= "4.10.0" & < "4.13"}
"ANSITerminal" {>= "0.8"}
"yojson" {>= "1.7.0"}
"ppx_expect" {with-test & >= "v0.13.0"}
+1 -1
packages/camelot/camelot.1.4.4/opam
···
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
depends: [
"dune" {>= "2.5"}
-
"ocaml" {>= "4.10.0"}
+
"ocaml" {>= "4.10.0" & < "4.13"}
"ANSITerminal" {>= "0.8"}
"yojson" {>= "1.7.0"}
"ppx_expect" {with-test & >= "v0.13.0"}
+1 -1
packages/camelot/camelot.1.5.0/opam
···
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
depends: [
"dune" {>= "2.5"}
-
"ocaml" {>= "4.10.0"}
+
"ocaml" {>= "4.10.0" & < "4.13"}
"ANSITerminal" {>= "0.8"}
"yojson" {>= "1.7.0"}
"ppx_expect" {with-test & >= "v0.13.0"}
+1 -1
packages/camelot/camelot.1.6.0/opam
···
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
depends: [
"dune" {>= "2.5"}
-
"ocaml" {>= "4.10.0"}
+
"ocaml" {>= "4.10.0" & < "4.13"}
"ANSITerminal" {>= "0.8"}
"yojson" {>= "1.7.0"}
"ppx_expect" {with-test & >= "v0.13.0"}
+1 -1
packages/camelot/camelot.1.6.1/opam
···
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
depends: [
"dune" {>= "2.5"}
-
"ocaml" {>= "4.10.0"}
+
"ocaml" {>= "4.10.0" & < "4.13"}
"ANSITerminal" {>= "0.8"}
"yojson" {>= "1.7.0"}
"ppx_expect" {with-test & >= "v0.13.0"}
+1 -1
packages/camelot/camelot.1.6.2/opam
···
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
depends: [
"dune" {>= "2.5"}
-
"ocaml" {>= "4.10.0"}
+
"ocaml" {>= "4.10.0" & < "4.13"}
"ANSITerminal" {>= "0.8"}
"yojson" {>= "1.7.0"}
"ppx_expect" {with-test & >= "v0.13.0"}
+1 -1
packages/ocp-index/ocp-index.1.2.2/opam
···
dev-repo: "git+https://github.com/OCamlPro/ocp-index.git"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "4.13"}
"cppo" {build}
"dune" {>= "1.0"}
"ocp-indent" {>= "1.4.2"}
+1 -1
packages/odoc/odoc.1.5.2/opam
···
"cppo" {build}
"dune"
"fpath"
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "4.13"}
"result"
"tyxml" {>= "4.3.0"}
+1 -1
packages/owl-symbolic/owl-symbolic.0.1.0/opam
···
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
-
"ocaml" {>= "4.06.0"}
+
"ocaml" {>= "4.06.0" & < "4.13"}
"dune" {>= "2.0.0"}
"owl-base" {>= "0.7.0" & < "0.10.0"}
"ocaml-protoc" {build}
+1 -1
packages/owl-symbolic/owl-symbolic.0.2.0/opam
···
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
-
"ocaml" {>= "4.06.0"}
+
"ocaml" {>= "4.06.0" & < "4.13"}
"dune" {>= "2.0.0"}
"owl-base" {>= "0.7.0" & < "0.10.0"}
"ocaml-protoc" {build}