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: [ 8 ["diff" "--help"] { os != "freebsd" & os != "openbsd" } 9 ["gdiff" "--help"] { os = "freebsd" | os = "openbsd" } 10] 11depexts: [ 12 ["diffutils"] {os-family = "debian"} 13 ["diffutils"] {os-family = "ubuntu"} 14 ["diffutils"] {os-distribution = "fedora"} 15 ["diffutils"] {os-distribution = "rhel"} 16 ["diffutils"] {os-distribution = "centos"} 17 ["diffutils"] {os-distribution = "alpine"} 18 ["diffutils"] {os-distribution = "nixos"} 19 ["diffutils"] {os-family = "suse" | os-family = "opensuse"} 20 ["diffutils"] {os-distribution = "ol"} 21 ["diffutils"] {os-distribution = "arch"} 22 ["diffutils"] {os = "macos" & os-distribution = "homebrew"} 23 ["diffutils"] {os = "freebsd"} 24 ["textproc/gdiff"] {os = "openbsd"} 25] 26 27synopsis: "Virtual package relying on diffutils" 28description: 29 "This package can only install if the diffutils binary is installed on the system." 30flags: conf