package taglib

  1. Overview
  2. Docs
Bindings for the taglib library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.10.tar.gz
md5=1c88e858d3d1b821ffac89b465df8ab2
sha512=70193babf3ddca744de00ad43de12d71bdfbdd2d2081435a546ecccd1ead15c20b2ea91e226a98638935c20d6cd546e4b20111164a28255867192acec1a78ef2

Description

Bindings for the taglib library which provides functions for reading tags in headers of audio files

Published: 22 Sep 2022

README

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.

Dependencies (4)

  1. dune-configurator
  2. conf-taglib
  3. ocaml >= "4.07"
  4. dune >= "2.8"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None