Skip to content

savonet/ocaml-lo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocaml-lo

This package contains an OCaml interface for the liblo library to use the Open Sound Control (OSC) protocol.

Prerequisites

  • ocaml
  • liblo
  • findlib
  • dune >= 2.0

Compilation

$ dune build

This should build both the native and the byte-code version of the extension library.

Installation

Via opam:

$ opam install lo

Via dune (for developers):

$ dune install

This should install the library file in the appropriate place.

Documentation

See http://www.liquidsoap.info/ocaml-lo/.

License

The library is under the LGPL 2.1, see COPYING.