package irc-client

  1. Overview
  2. Docs
IRC client library - core functionality

Install

dune-project
 Dependency

Authors

Maintainers

Sources

irc-client.0.6.1.tar.gz
sha256=4933418355cde3107bc39912ac4addf603adb6ea3c5c3119c41596848de9b6d0
md5=8de431994ea6c0a066ddd9e822d22f96

doc/irc-client/Irc_client/index.html

Module Irc_clientSource

Generic IRC client library, functorised over the Irc_transport.IO module.

Sourcemodule type CLIENT = sig ... end
Sourcemodule Make (Io : Irc_transport.IO) : CLIENT with type 'a Io.t = 'a Io.t and type Io.inet_addr = Io.inet_addr and type Io.config = Io.config