this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

conf-pam: add support for Ubuntu-family, Open/Suse, Oracle, and Arch

+4 -1
+4 -1
packages/conf-pam/conf-pam.1/opam
··· 4 4 bug-reports: "https://github.com/ocaml/opam-repository/issues" 5 5 license: "BSD-3-Clause" 6 6 depexts: [ 7 - ["libpam0g-dev"] {os-family = "debian"} 7 + ["libpam0g-dev"] {os-family = "debian" | os-family = "ubuntu"} 8 8 ["pam-devel"] {os-distribution = "centos"} 9 9 ["pam-devel"] {os-distribution = "fedora"} 10 + ["pam-devel"] {os-family = "suse" | os-family = "opensuse"} 11 + ["pam-devel"] {os-distribution = "ol"} 12 + ["pam"] {os-distribution = "arch"} 10 13 ["linux-pam-dev"] {os-distribution = "alpine"} 11 14 ] 12 15 build: [