package taglib

  1. Overview
  2. Docs
Bindings for the taglib library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.7.tar.gz
md5=4f6df8b09126897a394e9acfc6193d59
sha512=04e498d1fc2e3937bc25583175436d1cee8a25aabfdf43df4f30d1878aac97fde1d25be8dca44273fb2223785c3872088d667d6ba3e6cc644730b2f9b4d0491f

Description

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

Published: 04 Nov 2021

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.

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None