opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/netsnmp"
bug-reports: "https://github.com/janestreet/netsnmp/issues"
dev-repo: "git+https://github.com/janestreet/netsnmp.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/netsnmp/index.html"
license: "MIT"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"        {>= "4.08.0"}
  "async"        {>= "v0.13" & < "v0.14"}
  "core"         {>= "v0.13" & < "v0.14"}
  "ppx_jane"     {>= "v0.13" & < "v0.14"}
  "conf-netsnmp" {>= "1.0.0"}
  "dune"         {>= "1.5.1"}
  "re"           {>= "1.8.0"}
]
synopsis: "An interface to the Net-SNMP client library"
description: "
Provides a wrapper around the Net-SNMP client libraries including
MIB handling and SNMP requests
"
url {
  src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/netsnmp-v0.13.0.tar.gz"
  checksum: "md5=26abf4e283a814020c36a099d9387b4b"
}
