package ogg

  1. Overview
  2. Docs
Interface for Ogg Bitstream Library, otherwise known as libogg

Install

Dune Dependency

Authors

Maintainers

Sources

v0.6.0.tar.gz
md5=f12d85200fc4ca49b153b2c3f957e039
sha512=8b444c459de3ef4a52a372a4226e0396018fb020061e0d9c854601419eb222a852ae4e4902fa1710e6a986e7158f00c42170ca977dbc6dfafdc9e03504a8cf54

Description

Published: 08 Oct 2020

README

README

ocaml-ogg
=========

This package contains an OCaml interface for 
Ogg Bitstream Library otherwise known as libogg.

Please read the COPYING file before using this software.


Prerequisites:
==============

- ocaml

- libogg

- findlib

- dune

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
```

Author:
=======

This author of this software may be contacted by electronic mail
at the following address: savonet-users@lists.sourceforge.net.

Dependencies (2)

  1. dune-configurator
  2. dune > "2.0"

Dev Dependencies

None

Used by (6)

  1. flac >= "0.1.2" & < "0.3.0"
  2. opus >= "0.1.1" & < "0.2.0"
  3. schroedinger
  4. speex = "0.3.0"
  5. theora = "0.3.1"
  6. vorbis >= "0.6.2" & < "0.8.0"

Conflicts (1)

  1. ocaml >= "4.14"