this repo has no description
1opam-version: "2.0"
2maintainer: "tim@gfxmonk.net"
3authors: "Tcl Core Team"
4homepage: "http://www.tcl.tk"
5bug-reports: "https://github.com/ocaml/opam-repository/issues"
6build: [["sh" "check.sh"]]
7depends: ["conf-pkg-config" {build}]
8depexts: [
9 ["tcl-dev"] {os-family = "debian"}
10 ["tcl-dev"] {os-family = "ubuntu"}
11 ["tcl"] {os-distribution = "nixos"}
12 ["tcl"] {os = "win32" & os-distribution = "cygwinports"}
13 ["tcl"] {os-family = "arch"}
14 ["tcl-dev"] {os-family = "alpine"}
15 ["tcl-devel"] {os-family = "rhel"}
16 ["tcl-devel"] {os-family = "fedora"}
17 ["tcl-devel"] {os-family = "suse" | os-family = "opensuse"}
18 ["lang/tcl86"] {os = "freebsd"}
19]
20synopsis: "Virtual package relying on tcl"
21description:
22 "This package can only install if tcl is installed on the system."
23flags: conf
24extra-source "compiletest.c" {
25 src:
26 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-tcl/compiletest.c"
27 checksum: [
28 "sha256=c61420ad6577287508c2a284b21cfee99f8cf9a8f3d15ebd33267fa58c090f09"
29 "md5=519d14d3baadfe9a94982fa58a596820"
30 ]
31}
32extra-source "check.sh" {
33 src:
34 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-tcl/check.sh"
35 checksum: [
36 "sha256=1d23155d6ad8af898ab1b7a9c688ed735f76fb15c39f23f186809709612dfddb"
37 "md5=5ce09426923c1f9f1f12e92a1c2223a6"
38 ]
39}