this repo has no description
1opam-version: "2.0" 2license: "QPL-1.0 AND 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" 10 "ocaml-base-compiler" {= "3.07"} | "ocaml-variants" {>= "3.07" & < "3.8~"} | 11 "ocaml-system" {= "3.07"} 12] 13setenv: [ 14 [CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"] 15 [CAML_LD_LIBRARY_PATH += "%{lib}%/stublibs"] 16 [OCAML_TOPLEVEL_PATH = "%{toplevel}%"] 17] 18build: ["ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name] 19build-env: CAML_LD_LIBRARY_PATH = "" 20homepage: "https://ocaml.org" 21bug-reports: "https://caml.inria.fr/mantis/" 22authors: [ 23 "Xavier Leroy" 24 "Damien Doligez" 25 "Alain Frisch" 26 "Jacques Garrigue" 27 "Didier Rémy" 28 "Jérôme Vouillon" 29] 30flags: conf 31post-messages: 32 "The main opam-repository has archived all packages that are not compatible with OCaml 4.08. If you want to install those packages, you need to add the archive repository: 'opam repository add archive git+https://github.com/ocaml/opam-repository-archive' in this opam switch."