this repo has no description

Merge pull request #25974 from jmid/expand-conf-netsnmp

conf-netsnmp: add Ubuntu family support

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