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.1.0~" & < "5.1.1~" } | 11 "ocaml-variants" {>= "5.1.0~" & < "5.1.1~"} | 12 "ocaml-system" {>= "5.1.0~" & < "5.1.1~"} | 13 "dkml-base-compiler" {>= "5.1.0~" & < "5.1.1~"} 14] 15setenv: [ 16 [CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"] 17 [CAML_LD_LIBRARY_PATH += "%{lib}%/stublibs"] 18 [OCAML_TOPLEVEL_PATH = "%{toplevel}%"] 19] 20x-env-path-rewrite: [ 21 [CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"] 22] 23build: ["ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name] 24build-env: [ 25 [CAML_LD_LIBRARY_PATH = ""] 26 [LSAN_OPTIONS = "detect_leaks=0,exitcode=0"] 27 [ASAN_OPTIONS = "detect_leaks=0,exitcode=0"] 28] 29homepage: "https://ocaml.org" 30bug-reports: "https://github.com/ocaml/opam-repository/issues" 31authors: [ 32 "Xavier Leroy" 33 "Damien Doligez" 34 "Alain Frisch" 35 "Jacques Garrigue" 36 "Didier Rémy" 37 "Jérôme Vouillon" 38] 39flags: conf