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"] {os-distribution = "nixos"}
  ["tcl-dev"] {os-family = "alpine"}
  ["tcl-devel"] {os-family = "rhel"}
  ["tcl-devel"] {os-family = "fedora"}
  ["tcl-devel"] {os-family = "suse"}
  ["lang/tcl86"] {os = "freebsd"}
]
synopsis: "Virtual package relying on tcl"
description:
  "This package can only install if tcl is installed on the system."
extra-files: [
  ["compiletest.c" "md5=519d14d3baadfe9a94982fa58a596820"]
  ["check.sh" "md5=5ce09426923c1f9f1f12e92a1c2223a6"]
]
flags: conf
