opam-version: "2.0"
maintainer: "tim@gfxmonk.net"
homepage: "https://www.gnu.org/software/ncurses/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
dev-repo: "git+https://github.com/ocaml/opam-repository.git"
license: "MIT"
depends: ["ocaml" "conf-pkg-config"]
depexts: [
  ["ncurses-dev"] {os-distribution = "debian"}
  ["ncurses-dev"] {os-distribution = "ubuntu"}
  ["ncurses"] {os-distribution = "nixos"}
  ["ncurses-dev"] {os-distribution = "alpine"}
  ["ncurses-devel"] {os-distribution = "fedora"}
  ["ncurses-devel"] {os-distribution = "oraclelinux"}
  ["ncurses-devel"] {os-distribution = "centos"}
  ["ncurses-devel"] {os-distribution = "rhel"}
  ["ncurses-devel"] {os-distribution = "opensuse"}
  ["ncurses"] {os-distribution = "archlinux"}
]
available: os != "macos" & os != "freebsd" & os != "netbsd" & os != "openbsd"
synopsis: "Virtual package relying on ncurses"
description:
  "This package can only install if the ncurses library is installed on the system."
