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" {< "3.08"} |
15 "ocaml-variants" {< "3.08"} |
16 "ocaml-system" {< "3.08"}
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.0"
30 checksum: [
31 "sha256=b97007a0e899e7570ec458ace355eba407dc09a81a4bc70805ecb52a3e40cf93"
32 "md5=6209d629171ad6ce6677de1aff759ac5"
33 ]
34}
35available: os != "win32"