mcfiredrill / ocaml-taglib

OCaml bindings to taglib.

Home Page:http://liquidsoap.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ocaml-taglib

This package contains an O'Caml interface for TagLib Audio Meta-Data Library, otherwise known as taglib.

Please read the COPYING file before using this software.

Prerequisites

  • ocaml >= 4.02.0
  • Taglib >= 1.8
  • findlib >= 1.3.3
  • dune >= 2

Compilation

$ dune build

This should build both the native and the byte-code version of the extension library.

Installation

Via opam:

$ opam install taglib

Via dune (for developers):

$ dune

Known Issues

File opening is somewhat unsafe. This has been wrapped in a unix stat test, but you should ensure that your file is really valid before opening it. See: http://bugs.debian.org/454732

Author

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

About

OCaml bindings to taglib.

http://liquidsoap.info/

License:Other


Languages

Language:OCaml 54.5%Language:C++ 45.5%