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