this repo has no description
1opam-version: "2.0" 2homepage: "https://www.gnu.org/software/diffutils/" 3bug-reports: "chetsky@gmail.com" 4maintainer: "chetsky@gmail.com" 5authors: "GNU Project" 6license: "GPL-3.0-or-later" 7build: [["diff" "--help"]] 8depexts: [ 9 ["diffutils"] {os-family = "debian"} 10 ["diffutils"] {os-distribution = "fedora"} 11 ["diffutils"] {os-distribution = "rhel"} 12 ["diffutils"] {os-distribution = "centos"} 13 ["diffutils"] {os-distribution = "alpine"} 14 ["diffutils"] {os-distribution = "nixos"} 15 ["diffutils"] {os-family = "suse" | os-family = "opensuse"} 16 ["diffutils"] {os-distribution = "ol"} 17 ["diffutils"] {os-distribution = "arch"} 18] 19synopsis: "Virtual package relying on diffutils" 20description: 21 "This package can only install if the diffutils binary is installed on the system." 22flags: conf