Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 897 Bytes

README.md

File metadata and controls

52 lines (37 loc) · 897 Bytes

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.