package netsnmp

  1. Overview
  2. Docs
An interface to the Net-SNMP client library

Install

Dune Dependency

Authors

Maintainers

Sources

netsnmp-v0.13.0.tar.gz
sha256=c8709405886c7e2844259dd8bd1a0eff9baf64cd39749b0c185696d79eeac214
md5=26abf4e283a814020c36a099d9387b4b

doc/netsnmp.raw_monad/Netsnmp_raw_monad/Pdu_monad/Pdu/argument-1-IO/index.html

Parameter Pdu.IO

type 'a t
val wrap : ('a -> 'b) -> 'a -> 'b t
val wrap_mt : ('a -> 'b) -> 'a -> 'b t
val bind : 'a t -> f:('a -> 'b t) -> 'b t
val map : 'a t -> f:('a -> 'b) -> 'b t
val return : 'a -> 'a t
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t
val (>>|) : 'a t -> ('a -> 'b) -> 'b t
val gc_finalise : ('a -> unit t) -> 'a -> unit
OCaml

Innovation. Community. Security.