this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml Switch Configuration" 3description: """ 4This package is used by the OCaml package to set-up its variables.""" 5maintainer: "David Allsopp <david@tarides.com>" 6authors: [ 7 "Louis Gesbert <louis.gesbert@ocamlpro.com>" 8 "David Allsopp <david.allsopp@metastack.com>" 9] 10license: "ISC" 11homepage: "https://opam.ocaml.org/" 12bug-reports: "https://github.com/ocaml/opam/issues" 13depends: [ 14 "ocaml-base-compiler" {>= "4.12.0~"} | 15 "ocaml-variants" {>= "4.12.0~"} | 16 "ocaml-system" {>= "4.12.0~"} 17] 18substs: "gen_ocaml_config.ml" 19extra-source "ocaml-config.install" { 20 src: 21 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install" 22 checksum: [ 23 "sha256=6e4fd93f4cce6bad0ed3c08afd0248dbe7d7817109281de6294e5b5ef5597051" 24 "md5=8e50c5e2517d3463b3aad649748cafd7" 25 ] 26} 27extra-source "gen_ocaml_config.ml.in" { 28 src: 29 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/gen_ocaml_config.ml.in.2" 30 checksum: [ 31 "sha256=22eb7c0211fc426028e444b272b97eac1e8287a49a512aebaa33c608652cfd29" 32 "md5=a4b41e3236593d8271295b84b0969172" 33 ] 34} 35available: os != "win32"