this repo has no description
1opam-version: "2.0"
2synopsis: "The OCaml compiler (system version, from outside of opam)"
3maintainer: "David Allsopp <david@tarides.com>"
4depends: [
5 "ocaml" {post}
6 "base-unix" {post}
7 "base-threads" {post}
8 "base-bigarray" {post}
9]
10conflict-class: "ocaml-core-compiler"
11available: sys-ocaml-version = "4.07.1"
12flags: compiler
13build: ["ocaml" "gen_ocaml_config.ml"]
14substs: "gen_ocaml_config.ml"
15extra-source "gen_ocaml_config.ml.in" {
16 src:
17 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-system/gen_ocaml_config.ml.in"
18 checksum: [
19 "sha256=71bcd3d35e28cbf71eda81991c8741268f4b87ced71573b2e75f64f136cebfc1"
20 "md5=093e7bec1ec95f9e4c6a313d73c5d840"
21 ]
22}