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: [ 8 "conf-pkg-config" {build} 9 "conf-libX11" {os = "macos"} 10] 11depexts: [ 12 ["tk-dev"] {os-family = "debian"} 13 ["tk-dev"] {os-family = "ubuntu"} 14 ["tk"] {os-distribution = "nixos"} 15 ["tk"] {os = "win32" & os-distribution = "cygwinports"} 16 ["tk"] {os-family = "arch"} 17 ["tk-dev"] {os-family = "alpine"} 18 ["tk-devel"] {os-family = "rhel"} 19 ["tk-devel"] {os-family = "fedora"} 20 ["tk-devel"] {os-family = "suse" | os-family = "opensuse"} 21 ["x11-toolkits/tk86"] {os = "freebsd"} 22 # NOTE: On macOS tk is included in the base OS in /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk 23 # but requries X11 headers for the tk headers to work 24] 25synopsis: "Virtual package relying on tk" 26description: 27 "This package can only install if tk is installed on the system." 28flags: conf 29extra-source "compiletest.c" { 30 src: 31 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-tk/compiletest.c" 32 checksum: [ 33 "sha256=69d09fac432df677f0c21f66d741e43b4e5ef6e6fa0f36ea86511019c9496b1a" 34 "md5=9495fa2a30a3dad2180634786f6bef2b" 35 ] 36} 37extra-source "check.sh" { 38 src: 39 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-tk/check.sh" 40 checksum: [ 41 "sha256=4d92a4b8e33c58c8040038e756ead974979c36dc5cb5cce92a40227a94e7ce5c" 42 "md5=cabeef6eb2a1b283b5a7a34b66e0e19b" 43 ] 44}