package opus

  1. Overview
  2. Docs
Bindings to libopus

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.1.tar.gz
md5=ef30999498988d515b9679aea33094c7
sha512=4c1f4ecbdad31e140ee512d95bdf74f8ff64260575a5202f8a013fe1b2768f34911eea6e7e029600ce028e0245e46bf227af3407e28e120feafa121f5ef3e686

Description

Published: 04 Jan 2022

README

ocaml-opus

This package contains an OCaml interface for the opus library

Please read the COPYING file before using this software.

Prerequisites:

  • ocaml

  • libopus

  • findlib

  • ocaml-ogg >= 0.7.0

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

Via dune (for developers):

$ dune install

This should install the library file in the appropriate place.

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None