package ogg

  1. Overview
  2. Docs
Bindings to libogg

Install

Dune Dependency

Authors

Maintainers

Sources

v0.7.4.tar.gz
md5=7cb60505d06bf0fc78f76a6fb6eba860
sha512=5f23ee730d234a89e9b402e83fd2185f65b4cb9612b3f0f15f267baf43f45c28fe9273a57fc8d7d3882fb7817ad628b3f3c847cfe989594190b9e5150a9ab3a2

Description

Published: 16 May 2023

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