package ogg

  1. Overview
  2. Docs
Bindings to libogg

Install

Dune Dependency

Authors

Maintainers

Sources

v0.7.3.tar.gz
md5=a1c40e81b9b41c7116e4eff5522e6d24
sha512=22aadae69b5b4600f8714f1bbab55b1ed3a4e629952943b85c656078653aed314add8e95f0905fa93954eb886453e51f418dbf8fad627aec953ecbd0224fd49e

Description

Published: 15 Aug 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

None