opam-version: "2.0"
name: "ocaml-config"
version: "3"
synopsis: "OCaml Switch Configuration"
description:
  "This package is used by the OCaml package to set-up its variables."
maintainer: "David Allsopp <david@tarides.com>"
authors: [
  "Louis Gesbert <louis.gesbert@ocamlpro.com>"
  "David Allsopp <david.allsopp@metastack.com>"
]
license: "ISC"
homepage: "https://opam.ocaml.org/"
bug-reports: "https://github.com/ocaml/opam/issues"
depends: [
  "ocaml-base-compiler" {>= "5.0.0~" | os = "win32"} |
  "ocaml-variants" {>= "5.0.0~" | os = "win32"} |
  "ocaml-system" {>= "5.0.0~" | os = "win32"} |
  "dkml-base-compiler" {>= "4.12.0~"}
]
substs: "gen_ocaml_config.ml"
extra-source "gen_ocaml_config.ml.in" {
  src:
    "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/gen_ocaml_config.ml.in.3"
  checksum: [
    "sha256=a9ad8d84a08961159653a978db92d10f694510182b206cacb96d5c9f63b5121e"
    "md5=c0a50fb1f6ffe7a48bf8600e83ae6d38"
  ]
}
extra-source "ocaml-config.install" {
  src:
    "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install"
  checksum: [
    "sha256=6e4fd93f4cce6bad0ed3c08afd0248dbe7d7817109281de6294e5b5ef5597051"
    "md5=8e50c5e2517d3463b3aad649748cafd7"
  ]
}
