Skip to content

Commit e6fc985

Browse files
committed
ocp-index-top is not compatible with OCaml 4.10 (OCaml API change)
1 parent 3242e6a commit e6fc985

File tree

3 files changed

+3
-3
lines changed
  • packages/ocp-index-top
    • ocp-index-top.0.4.1
    • ocp-index-top.0.4.3
    • ocp-index-top.0.5.0

3 files changed

+3
-3
lines changed

packages/ocp-index-top/ocp-index-top.0.4.1/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build: [
99
"ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"
1010
]
1111
depends: [
12-
"ocaml" {> "4.01.0"}
12+
"ocaml" {> "4.01.0" & < "4.10"}
1313
"ocamlfind" {build}
1414
"ocamlbuild" {build}
1515
"topkg" {build}

packages/ocp-index-top/ocp-index-top.0.4.3/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build: [
99
"ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"
1010
]
1111
depends: [
12-
"ocaml" {> "4.01.0"}
12+
"ocaml" {> "4.01.0" & < "4.10"}
1313
"ocamlfind" {build}
1414
"ocamlbuild" {build}
1515
"topkg" {build}

packages/ocp-index-top/ocp-index-top.0.5.0/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build: [
99
"ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"
1010
]
1111
depends: [
12-
"ocaml" {> "4.01.0"}
12+
"ocaml" {> "4.01.0" & < "4.10"}
1313
"ocamlfind" {build}
1414
"ocamlbuild" {build}
1515
"topkg" {build}

0 commit comments

Comments
 (0)