https://github.com/savonet/ocaml-ogg
OCaml bindings to libogg.
https://github.com/savonet/ocaml-ogg
ocaml ogg
Last synced: 7 months ago
JSON representation
OCaml bindings to libogg.
- Host: GitHub
- URL: https://github.com/savonet/ocaml-ogg
- Owner: savonet
- License: other
- Created: 2011-12-27T06:16:55.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T13:57:19.000Z (over 2 years ago)
- Last Synced: 2024-04-16T01:53:45.098Z (over 1 year ago)
- Topics: ocaml, ogg
- Language: OCaml
- Homepage: http://liquidsoap.info/
- Size: 161 KB
- Stars: 8
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: COPYING
Awesome Lists containing this project
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.0Compilation:
============```
$ 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.