package vorbis

  1. Overview
  2. Docs
Bindings to libvorbis

Install

Dune Dependency

Authors

Maintainers

Sources

v0.8.0.tar.gz
md5=46b59a02b000aa34e97ce537e346f8e6
sha512=b2d3940492552fdda27785623cc563758aca061fedfdf577ab1ef22fb1958c27af9fe68c1ed7bd5cf323e1a1b7b42cc53ae6d2c09dc6cae7ead37f740d106ba8

Description

Published: 09 Mar 2021

README

ocaml-vorbis

This package contains an OCaml interface for the vorbis library

Please read the COPYING file before using this software.

Prerequisites:

  • ocaml

  • libvorbis

  • 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 vorbis

Via dune (for developers):

$ dune install

This should install the library file in the appropriate place.

Dev Dependencies

None

Used by

None

Conflicts

None