package opus

  1. Overview
  2. Docs
Bindings to libopus

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.2.tar.gz
md5=8e4f833477997732b0c0aec4d42420c9
sha512=e9931a80550ed3566cebc4e07204192319fdb02c88519f6711c57ec2cb8d68e13f641bd843c815244010e4be8fbada95d826063e33297113a5c3743c3a4e2a5d

Description

Published: 13 Jul 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