this repo has no description
1opam-version: "2.0"
2homepage: "https://www.gnu.org/software/findutils/"
3bug-reports: "https://github.com/ocaml/opam-repository/issues"
4authors: "GNU Project"
5license: "GPL-3.0-or-later"
6build: [["sh" "-exc" "find . -name ."]]
7depexts: [
8 ["findutils"] {os-family = "debian"}
9 ["findutils"] {os-family = "ubuntu"}
10 ["findutils"] {os-distribution = "fedora"}
11 ["findutils"] {os-distribution = "rhel"}
12 ["findutils"] {os-distribution = "centos"}
13 ["findutils"] {os-distribution = "alpine"}
14 ["findutils"] {os-distribution = "nixos"}
15 ["findutils"] {os-family = "suse" | os-family = "opensuse"}
16 ["findutils"] {os-distribution = "ol"}
17 ["findutils"] {os-distribution = "arch"}
18 ["system:findutils"] {os = "win32" & os-distribution = "cygwinports"}
19 ["findutils"] {os-distribution = "cygwin"}
20 # ["findutils"] {os = "freebsd"} # this installs g* packges, e.g., gfind. Unless code looks for those specific names, it is not necessary to install on freebsd
21]
22synopsis: "Virtual package relying on findutils"
23description:
24 "This package can only install if the findutils binary is installed on the system."
25flags: conf