package osc

  1. Overview
  2. Docs

Generic OSC transport library, functorised over the TRANSPORT module.

module type TRANSPORT = sig ... end

Type of modules which can be used to create an OSC library, via the Osc.Transport.Make functor.

module Make (T : TRANSPORT) : sig ... end

Create OSC client/server modules from a module of type TRANSPORT.