Skip to content

Commit 7c59367

Browse files
committed
Alter ocamlfind.1.9.6 directly
Other package ecosystems which depend directly on the version number (similar had to be done for 1.9.5)
1 parent a1e82b2 commit 7c59367

File tree

2 files changed

+3
-48
lines changed
  • packages/ocamlfind
    • ocamlfind.1.9.6-1
    • ocamlfind.1.9.6

2 files changed

+3
-48
lines changed

packages/ocamlfind/ocamlfind.1.9.6-1/opam

Lines changed: 0 additions & 46 deletions
This file was deleted.

packages/ocamlfind/ocamlfind.1.9.6/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ authors: "Gerd Stolpmann <[email protected]>"
1313
homepage: "http://projects.camlcity.org/projects/findlib.html"
1414
bug-reports: "https://github.com/ocaml/ocamlfind/issues"
1515
depends: [
16-
"ocaml" {>= "3.08.0" & < "5.0"}
16+
"ocaml" {>= "3.08.0"}
1717
]
1818
depopts: ["graphics"]
1919
build: [
20+
# See https://github.com/ocaml/ocamlfind/pull/61
21+
["sed" "-ib" "s|stdlib/META|stdlib.cmi|" "configure"]
2022
[
2123
"./configure"
2224
"-bindir" bin
@@ -42,4 +44,3 @@ url {
4244
"sha512=cfaf1872d6ccda548f07d32cc6b90c3aafe136d2aa6539e03143702171ee0199add55269bba894c77115535dc46a5835901a5d7c75768999e72db503bfd83027"
4345
]
4446
}
45-

0 commit comments

Comments
 (0)