package taglib

  1. Overview
  2. Docs
Bindings for the taglib library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.9.tar.gz
md5=4e99661c99ff48cdc742cb47626eb06e
sha512=7ec9cd2439c10079be0ab96a759557ef7254bd5dbb49fb82f8d628b880a70b0f768c22fd6b69100567eda67290b2c3c9272addb2ae3578e050a6a891688e2427

CHANGES.html

CHANGES

0.3.9 (09-02-2022)
=====
* Fix segfault (#11)

0.3.8 (04-01-2022)
=====
* Get rid of naked pointers.

0.3.7 (31-10-2021) 🎃
=====
* Switched to dune

0.3.6 (04-08-2019)
=====
* Use OCaml conversion functions for filename on windows platforms.
* Make taglib safe-string compatible
* Bump minimum OCaml version.

0.3.5 (17-09-2018)
=====
* Fix unicode filename on windows platforms.

0.3.4 (12-10-2017)
=====
* Fix MXE/MinGW compilation.

0.3.3 (11-04-2017)
=====
* Fix values string encoding in set_properties callback.

0.3.2 (03-08-2015)
=====
* Raise Invalid_file instead of Not_found when TagLib open returns a NULL pointer

0.3.1 (08-05-2013)
=====
* Wrapped file opening within caml_release_runtime_system()/caml_acquire_runtime_system()
  calls to avoid deadlock when Taglib writes to stderr in daemon mode.

0.3.0 (18-02-2013)
=====
* Added {set_}properties API.

0.2.0 (31-08-2011)
=====
* Reworked binding using C++ functions
* Added Inline module to manipulate binary
  tags without a corresponding file. Only
  id2v3 tags are supported for now..

0.1.4 (02-07-2011)
=====
* Reworked build system, now using pkg-config.
* Added new file formats. Raises Not_implemented
  if using formats not implemented, i.e. using
  taglib <= 1.5
* Using type t for the main type (standard notation).

0.1.3 (20-06-2009)
=====
* Added support for --enable-debugging configure option
* Fixed Makefile for BSD: call $(MAKE) for generating documentation.
* Makefile now honnors LIBDIRS
  variable for linking against libraries
  located in other places than then standard
  ones.
* Added prefix to main compilation variables
  if passed to configure.
* Added NO_CUSTOM to build
  in standard mode.
* Create file is now done in blocking section.

0.1.2 (16-04-2008)
=====
* Add header detection to configure
* Install .cmx file

0.1.1 (17-12-2007)
=====
* Safer file opening

0.1.0 (08-11-2007)
=====
* Initial release