You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
opam-version: "2.0"
|
|
|
|
maintainer: "unixjunkie@sdf.org"
|
|
|
|
homepage: "http://www.gnu.org/software/which/"
|
|
|
|
authors: "Carlo Wood"
|
|
|
|
bug-reports: "https://github.com/ocaml/opam-repository/issues"
|
|
|
|
license: "GPL-2+"
|
|
|
|
build: [["which" "which"]]
|
|
|
|
depexts: [
|
|
|
|
["which"] {os-distribution = "centos"}
|
|
|
|
["which"] {os-distribution = "fedora"}
|
|
|
|
["which"] {os-family = "suse"}
|
|
|
|
["debianutils"] {os-distribution = "debian"}
|
|
|
|
["debianutils"] {os-distribution = "ubuntu"}
|
|
|
|
["which"] {os-distribution = "nixos"}
|
|
|
|
["which"] {os-distribution = "arch"}
|
|
|
|
]
|
|
|
|
synopsis: "Virtual package relying on which"
|
|
|
|
description:
|
|
|
|
"This package can only install if the which program is installed on the system."
|
|
|
|
flags: conf
|