Skip to content

mcfiredrill/ocaml-taglib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: [email protected].

About

OCaml bindings to taglib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 54.5%
  • C++ 45.5%