We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e82b2 commit 7c59367Copy full SHA for 7c59367
packages/ocamlfind/ocamlfind.1.9.6-1/opam
packages/ocamlfind/ocamlfind.1.9.6/opam
@@ -13,10 +13,12 @@ authors: "Gerd Stolpmann <[email protected]>"
13
homepage: "http://projects.camlcity.org/projects/findlib.html"
14
bug-reports: "https://github.com/ocaml/ocamlfind/issues"
15
depends: [
16
- "ocaml" {>= "3.08.0" & < "5.0"}
+ "ocaml" {>= "3.08.0"}
17
]
18
depopts: ["graphics"]
19
build: [
20
+ # See https://github.com/ocaml/ocamlfind/pull/61
21
+ ["sed" "-ib" "s|stdlib/META|stdlib.cmi|" "configure"]
22
[
23
"./configure"
24
"-bindir" bin
@@ -42,4 +44,3 @@ url {
42
44
"sha512=cfaf1872d6ccda548f07d32cc6b90c3aafe136d2aa6539e03143702171ee0199add55269bba894c77115535dc46a5835901a5d7c75768999e72db503bfd83027"
43
45
46
}
-
0 commit comments