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" {>= "2"}
10 "ocaml-base-compiler" {>= "4.12.1~" & < "4.12.2~"} |
11 "ocaml-variants" {>= "4.12.1~" & < "4.12.2~"} |
12 "ocaml-system" {>= "4.12.1" & < "4.12.2~"} |
13 "dkml-base-compiler" {>= "4.12.1~" & < "4.12.2~"}
14]
15setenv: [
16 [CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"]
17 [CAML_LD_LIBRARY_PATH += "%{lib}%/stublibs"]
18 [OCAML_TOPLEVEL_PATH = "%{toplevel}%"]
19]
20build: ["ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name]
21build-env: CAML_LD_LIBRARY_PATH = ""
22homepage: "https://ocaml.org"
23bug-reports: "https://github.com/ocaml/opam-repository/issues"
24authors: [
25 "Xavier Leroy"
26 "Damien Doligez"
27 "Alain Frisch"
28 "Jacques Garrigue"
29 "Didier Rémy"
30 "Jérôme Vouillon"
31]
32flags: conf