package ogg

  1. Overview
  2. Docs
Bindings to libogg

Install

Dune Dependency

Authors

Maintainers

Sources

v0.7.1.tar.gz
md5=3d5d40f96fe752f427759fbd405956b1
sha512=000e4be93c13f6a62dfd1b32d603e61641edae471111393692d5fdfcb7f7610062ad53456e44614c05688179077731e7144337d6efceb855351f1a50c69e3a30

Description

Published: 07 Mar 2022

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 ogg

Via dune (for developers):

$ dune install

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

Dev Dependencies (1)

  1. odoc with-doc

Used by (5)

  1. opus >= "0.2.0"
  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"