https://github.com/savonet/ocaml-theora
OCaml bindings to libtheora.
https://github.com/savonet/ocaml-theora
ocaml theora
Last synced: 3 months ago
JSON representation
OCaml bindings to libtheora.
- Host: GitHub
- URL: https://github.com/savonet/ocaml-theora
- Owner: savonet
- License: gpl-2.0
- Created: 2011-12-27T06:25:39.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:02:54.000Z (7 months ago)
- Last Synced: 2024-10-29T17:12:37.585Z (7 months ago)
- Topics: ocaml, theora
- Language: C
- Homepage: http://liquidsoap.info/
- Size: 108 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
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.0Compilation:
============```
$ 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.