package ogg

  1. Overview
  2. Docs
Bindings to libogg

Install

Dune Dependency

Authors

Maintainers

Sources

v0.7.0.tar.gz
md5=6d35ab74a722239995ab82f78a57693f
sha512=fdf7a474ed8fa3748f46d5b8e07fdd2d0a11774a7b48b02276f105c188db30fe6278f5858947259b9a468489c53addb272bfc9c17816b7a9e0848e12793aa623

Description

Published: 08 Mar 2021

README

ocaml-ogg

This package contains an OCaml interface for the ogg library

Please read the COPYING file before using this software.

Prerequisites:

  • ocaml

  • libogg

  • 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 samplerate

Via dune (for developers):

$ dune install

This should install the library file (using ocamlfind) in the appropriate place.

Dev Dependencies

None

Used by (5)

  1. opus >= "0.2.0" & < "0.2.2"
  2. schroedinger < "0.1.1"
  3. speex >= "0.4.0"
  4. theora >= "0.4.0"
  5. vorbis >= "0.6.2" & != "0.7.1"

Conflicts (1)

  1. ocaml >= "4.14"