this repo has no description
1opam-version: "2.0"
2license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
3synopsis: "The OCaml compiler (virtual package)"
4description: """
5This package requires a matching implementation of OCaml,
6and polls it to initialise specific variables like `ocaml:native-dynlink`"""
7maintainer: "David Allsopp <david@tarides.com>"
8depends: [
9 "ocaml-config" {>= "3"}
10 "ocaml-base-compiler" {>= "5.0.0~" & < "5.0.1~" } |
11 "ocaml-variants" {>= "5.0.0~" & < "5.0.1~"} |
12 "ocaml-system" {>= "5.0.0" & < "5.0.1~"}
13]
14setenv: [
15 [CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"]
16 [CAML_LD_LIBRARY_PATH += "%{lib}%/stublibs"]
17 [OCAML_TOPLEVEL_PATH = "%{toplevel}%"]
18]
19x-env-path-rewrite: [
20 [CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
21]
22build: ["ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name]
23build-env: [
24 [CAML_LD_LIBRARY_PATH = ""]
25 [LSAN_OPTIONS = "detect_leaks=0,exitcode=0"]
26 [ASAN_OPTIONS = "detect_leaks=0,exitcode=0"]
27]
28homepage: "https://ocaml.org"
29bug-reports: "https://github.com/ocaml/opam-repository/issues"
30authors: [
31 "Xavier Leroy"
32 "Damien Doligez"
33 "Alain Frisch"
34 "Jacques Garrigue"
35 "Didier Rémy"
36 "Jérôme Vouillon"
37]
38flags: conf