this repo has no description
1opam-version: "2.0" 2maintainer: "unixjunkie@sdf.org" 3homepage: "http://www.gnu.org/software/which/" 4authors: "Carlo Wood" 5bug-reports: "https://github.com/ocaml/opam-repository/issues" 6license: "GPL-2.0-or-later" 7build: [["which" "which"]] 8depexts: [ 9 ["which"] {os-distribution = "centos"} 10 ["which"] {os-distribution = "fedora"} 11 ["which"] {os-distribution = "ol"} 12 ["which"] {os-family = "suse" | os-family = "opensuse"} 13 ["debianutils"] {os-family = "debian"} 14 ["debianutils"] {os-family = "ubuntu"} 15 ["which"] {os-distribution = "nixos"} 16 ["which"] {os-family = "arch"} 17] 18synopsis: "Virtual package relying on which" 19description: 20 "This package can only install if the which program is installed on the system." 21flags: conf