package theora

  1. Overview
  2. Docs
Bindings to libtheora

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.0.tar.gz
md5=af6298d7edc8a82ed1a8c78eca588bcd
sha512=513765188edc36219df0fb4d9801d2483e53a545c5491a22eaf4274b4b9c8a950d1d58063ffa0ac02639af1362c4fd0ce56ea3d3dccfd6e330929de15b30ce0e

Description

Published: 10 Mar 2021

README

ocaml-theora

This package contains an OCaml interface for the theora library

Please read the COPYING file before using this software.

Prerequisites:

  • ocaml

  • libtheora

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

Via dune (for developers):

$ dune install

This should install the library file in the appropriate place.

Dev Dependencies

None

Used by

None

Conflicts

None