package opus

  1. Overview
  2. Docs
Bindings to libopus

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.0.tar.gz
md5=0fcc34b008d9b92c0c726a5f8e11f01a
sha512=93cf9c676221aee3a09fcc27cbd157b18b65f4b5e6e25f8daa1ebc50a2f4cd7addc29aae88ffc844c4a93119e2736ba5a0d30cac2b38f38b5fb5b129348b5928

Description

Published: 10 Mar 2021

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

None

Used by

None

Conflicts

None