this repo has no description
0
fork

Configure Feed

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

conf-netsnmp: add Ubuntu family support

+1 -1
+1 -1
packages/conf-netsnmp/conf-netsnmp.1.0.0/opam
··· 6 6 license: "MIT" 7 7 dev-repo: "git+https://www.github.com/stevebleazard/ocaml-conf-netsnmp.git" 8 8 depexts: [ 9 - ["libsnmp-dev"] {os-family = "debian"} 9 + ["libsnmp-dev"] {os-family = "debian" | os-family = "ubuntu"} 10 10 ["net-snmp-libs" "net-snmp-devel"] {os-distribution = "centos"} 11 11 ["net-snmp-libs" "net-snmp-devel"] {os-distribution = "fedora"} 12 12 ["libsnmp30" "net-snmp-devel"] {os-family = "suse" | os-family = "opensuse"}