this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "https://wiki.debian.org/Teams/Dpkg" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: "Dpkg dev team" 6license: "GPL-2.0-only" 7build: ["dpkg" "--version"] 8depexts: [ 9 # Assumed to be there by default on debian/ubuntu based systems 10 ["dpkg"] {os-distribution = "fedora"} 11 ["epel-release" "dpkg"] {os-distribution = "centos"} 12 ["dpkg"] {os-distribution = "rhel"} 13 ["dpkg"] {os-family = "suse" | os-family = "opensuse"} 14 ["dpkg"] {os-family = "arch"} 15 ["dpkg"] {os-family = "alpine"} 16 ["app-arch/dpkg"] {os-family = "gentoo"} 17 ["dpkg"] {os = "macos" & os-distribution = "homebrew"} 18 ["dpkg"] {os = "macos" & os-distribution = "macports"} 19 ["dpkg"] {os = "freebsd"} 20 ["dpkg"] {os = "openbsd"} 21 ["dpkg"] {os = "netbsd"} 22 ["dpkg"] {os-family = "nixos"} 23] 24x-ci-accept-failures: [ 25 "oraclelinux-7" # Does not have the package by default 26 "oraclelinux-8" # Does not have the package by default 27] 28synopsis: "Virtual package relying on dpkg" 29description: 30 "This package can only install if the dpkg binary is installed on the system." 31flags: conf