opam-version: "2.0" maintainer: "tim@gfxmonk.net" authors: "Tcl Core Team" homepage: "http://www.tcl.tk" bug-reports: "https://github.com/ocaml/opam-repository/issues" build: [["sh" "check.sh"]] depends: ["conf-pkg-config" {build}] depexts: [ ["tcl-dev"] {os-family = "debian"} ["tcl-dev"] {os-family = "ubuntu"} ["tcl"] {os-distribution = "nixos"} ["tcl"] {os = "win32" & os-distribution = "cygwinports"} ["tcl"] {os-family = "arch"} ["tcl-dev"] {os-family = "alpine"} ["tcl-devel"] {os-family = "rhel"} ["tcl-devel"] {os-family = "fedora"} ["tcl-devel"] {os-family = "suse" | os-family = "opensuse"} ["lang/tcl86"] {os = "freebsd"} ] synopsis: "Virtual package relying on tcl" description: "This package can only install if tcl is installed on the system." flags: conf extra-source "compiletest.c" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-tcl/compiletest.c" checksum: [ "sha256=c61420ad6577287508c2a284b21cfee99f8cf9a8f3d15ebd33267fa58c090f09" "md5=519d14d3baadfe9a94982fa58a596820" ] } extra-source "check.sh" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-tcl/check.sh" checksum: [ "sha256=1d23155d6ad8af898ab1b7a9c688ed735f76fb15c39f23f186809709612dfddb" "md5=5ce09426923c1f9f1f12e92a1c2223a6" ] }