Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 952 Bytes

README.md

File metadata and controls

52 lines (37 loc) · 952 Bytes

ocaml-xiph

GitHub CI GitHub release (latest by date)

This repository provides various OCaml bindings to the xiph libraries.

Documentation:

The API documentation is available here.

Prerequisites:

  • ocaml
  • dune
  • findlib
  • libogg
  • libvorbis
  • libspeex
  • libflac
  • libtheora
  • libopus

See dune-project file for versions.

Installation:

The preferred installation method is via opam:

opam install ogg vorbis ...

If you wish to install the latest code from this repository, you can do:

opam install .

From within this repository.

Compilation:

dune build