this repo has no description
1opam-version: "2.0" 2synopsis: "The OCaml compiler (system version, from outside of opam)" 3license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 4maintainer: [ 5 "David Allsopp <david@tarides.com>" 6 "Florian Angeletti <florian.angeletti@inria.fr>" 7] 8authors: "Xavier Leroy and many contributors" 9homepage: "https://ocaml.org" 10bug-reports: "https://github.com/ocaml/opam-repository/issues" 11dev-repo: "git+https://github.com/ocaml/ocaml" 12depends: [ 13 "ocaml" {post} 14 "base-unix" {post} 15 "base-threads" {post} 16 "base-bigarray" {post} 17] 18conflict-class: "ocaml-core-compiler" 19available: sys-ocaml-version = "4.12.1" 20flags: compiler 21build: ["ocaml" "gen_ocaml_config.ml"] 22substs: "gen_ocaml_config.ml" 23extra-source "gen_ocaml_config.ml.in" { 24 src: 25 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-system/gen_ocaml_config.ml.in" 26 checksum: [ 27 "sha256=71bcd3d35e28cbf71eda81991c8741268f4b87ced71573b2e75f64f136cebfc1" 28 "md5=093e7bec1ec95f9e4c6a313d73c5d840" 29 ] 30}