package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

gapi-ocaml 0.4.5

Libraries

This package provides the following libraries (via ocamlobjinfo):

gapi-ocaml

Documentation:

gapi-ocaml.netstring-local

Documentation:

  • Netstring_tstring Support module for tagged strings
  • Netbuffer A Netbuffer.t is a buffer that can grow and shrink dynamically.
  • Netchannels Object-oriented I/O: Basic types and classes * * Contents * * - types * - input * - output * - delegation * - lifting * - descriptors * - transactional * - filters *
  • Netstring_str Wrapper for regexps with Str syntax * * This module was written at a time when we had only the Str module * for regular expressions. However, Str has an interface that does * not work for multi-threaded programs, because the state of the module * is visible to the outside. The module Netstring_str is similar to Str, * but has a thread-compatible interface. * * For an explanation why we need this module, please read Regexp.
  • Netaux Internal auxiliary functions * * This is an internal module.
  • Netdb
  • Netmappings Internal access to the character conversion database * * This is an internal module.
  • Netunichar Unicode character information
  • Netconversion Conversion between character encodings * * Contents *
  • Netencoding Base64, Quoted Printable, URL encoding, HTML escaping
  • Netsockaddr Parsing of socket addresses
  • Neturl Uniform Resource Locators (URLs) * * Contents * * - interface * * The tutorial has been moved to Neturl_tut.
  • Netstream A netstream is an input channel that is read block by block. The * fragment of the channel currently loaded into memory is called the * current window of the netstream. The window can be thought as * look-ahead buffer. * * Picture: * *
  • Netmime Netmime contains high-level classes and functions to process * mail and MIME messages. * * Contents * * - types * - classes * * The tutorial has been moved to Netmime_tut. Parsers for MIME * headers are now in Netmime_header. Parser and printers for MIME * channels are now in Netmime_channels.
  • Netdate Support for common date/time parsing and formatting. * Many routines refer to the epoch, which for Unix is * 00:00:00 UTC, January 1, 1970. Timestamps given as * "seconds since the epoch" ignore leap seconds.
  • Netasn1 ASN.1 support functions
  • Netasn1_encode ASN.1 encoder
  • Netascii_armor Messages with ASCII armor

gapi-ocaml.netsys-local

Documentation: