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" {>= "5.0.0~" | os = "win32"} | 15 "ocaml-variants" {>= "5.0.0~" | os = "win32"} | 16 "ocaml-system" {>= "5.0.0~" | os = "win32"} | 17 "dkml-base-compiler" {>= "4.12.0~"} 18] 19substs: "gen_ocaml_config.ml" 20extra-source "ocaml-config.install" { 21 src: 22 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install" 23 checksum: [ 24 "sha256=6e4fd93f4cce6bad0ed3c08afd0248dbe7d7817109281de6294e5b5ef5597051" 25 "md5=8e50c5e2517d3463b3aad649748cafd7" 26 ] 27} 28extra-source "gen_ocaml_config.ml.in" { 29 src: 30 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/gen_ocaml_config.ml.in.3" 31 checksum: [ 32 "sha256=a9ad8d84a08961159653a978db92d10f694510182b206cacb96d5c9f63b5121e" 33 "md5=c0a50fb1f6ffe7a48bf8600e83ae6d38" 34 ] 35}