https://github.com/savonet/ocaml-lo
OCaml bindings for LO library.
https://github.com/savonet/ocaml-lo
lo ocaml osc
Last synced: about 1 month ago
JSON representation
OCaml bindings for LO library.
- Host: GitHub
- URL: https://github.com/savonet/ocaml-lo
- Owner: savonet
- License: lgpl-2.1
- Created: 2012-10-01T12:36:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T13:38:25.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T00:17:39.731Z (about 1 year ago)
- Topics: lo, ocaml, osc
- Language: C
- Homepage: http://www.liquidsoap.info/ocaml-lo/
- Size: 95.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: COPYING
Awesome Lists containing this project
README
ocaml-lo
========
This package contains an OCaml interface for the
[liblo](http://liblo.sourceforge.net/) library to use the [Open Sound
Control](http://www.opensoundcontrol.org/)
([OSC](http://www.opensoundcontrol.org/)) 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 .
License
-------
The library is under the LGPL 2.1, see [COPYING](COPYING).