@@ -5,13 +5,25 @@ description: """
55This package requires a matching implementation of OCaml,
66and polls it to initialise specific variables like `ocaml:native-dynlink`"""
77maintainer: "David Allsopp <
[email protected] >"
8+ authors: [
9+ "Xavier Leroy"
10+ "Damien Doligez"
11+ "Alain Frisch"
12+ "Jacques Garrigue"
13+ "Didier Rémy"
14+ "KC Sivaramakrishnan"
15+ "Jérôme Vouillon"
16+ ]
17+ homepage: "https://ocaml.org"
18+ bug-reports: "https://github.com/ocaml/opam-repository/issues"
819depends: [
920 "ocaml-config" {>= "3"}
1021 "ocaml-base-compiler" {>= "5.4.0~" & < "5.4.1~"} |
1122 "ocaml-variants" {>= "5.4.0~" & < "5.4.1~"} |
1223 "ocaml-system" {>= "5.4.0~" & < "5.4.1~"} |
1324 "dkml-base-compiler" {>= "5.4.0~" & < "5.4.1~"}
1425]
26+ flags: [conf avoid-version]
1527setenv: [
1628 [OCAMLTOP_INCLUDE_PATH += "%{toplevel}%"]
1729 [CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"]
@@ -23,20 +35,9 @@ x-env-path-rewrite: [
2335 [CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
2436 [OCAMLTOP_INCLUDE_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
2537]
26- build: ["ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name]
2738build-env: [
2839 [CAML_LD_LIBRARY_PATH = ""]
2940 [LSAN_OPTIONS = "detect_leaks=0,exitcode=0"]
3041 [ASAN_OPTIONS = "detect_leaks=0,exitcode=0"]
3142]
32- homepage: "https://ocaml.org"
33- bug-reports: "https://github.com/ocaml/opam-repository/issues"
34- authors: [
35- "Xavier Leroy"
36- "Damien Doligez"
37- "Alain Frisch"
38- "Jacques Garrigue"
39- "Didier Rémy"
40- "Jérôme Vouillon"
41- ]
42- flags: [conf avoid-version]
43+ build: ["ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name]
0 commit comments