package netsnmp

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

Install

Dune Dependency

Authors

Maintainers

Sources

netsnmp-v0.12.0.tar.gz
sha256=94a73fdf5d051655b9c2357f73c436d6b9e9104254ce48b0c0e95267c9b3f322
md5=02ad13086ae11823525e20a2bc48409b

doc/netsnmp.raw_monad/Netsnmp_raw_monad/Netsnmp_io_impl/index.html

Module Netsnmp_raw_monad.Netsnmp_io_impl

type 'a t = 'a
include Io_intf.S with type 'a t := '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.