this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/netsnmp"
5bug-reports: "https://github.com/janestreet/netsnmp/issues"
6dev-repo: "git+https://github.com/janestreet/netsnmp.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/netsnmp/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "5.1.0"}
14 "async" {>= "v0.17" & < "v0.18"}
15 "core" {>= "v0.17" & < "v0.18"}
16 "ppx_jane" {>= "v0.17" & < "v0.18"}
17 "conf-netsnmp" {>= "1.0.0"}
18 "dune" {>= "3.11.0"}
19 "re" {>= "1.8.0"}
20]
21available: arch != "arm32" & arch != "x86_32"
22synopsis: "An interface to the Net-SNMP client library"
23description: "
24Provides a wrapper around the Net-SNMP client libraries including
25MIB handling and SNMP requests
26"
27depexts: [
28 ["net-snmp"] {os-family = "arch"}
29]
30url {
31src: "https://github.com/janestreet/netsnmp/archive/refs/tags/v0.17.0.tar.gz"
32checksum: "sha256=f300b9773b47da231c63fd272e171011fc19c79438dd0f18415f59c962f402d2"
33}