package xmlplaylist

  1. Overview
  2. Docs
Library to parse various file playlists in XML format

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.5.tar.gz
md5=31219edf70a5cc6284218a92b80761be
sha512=e49f0025405c6a1b8b70c3e387e03c246650ffd1a47d984a2f84c9e2d5a69eb6a146cc351140cff367a8e8ca758b22298e08c9b5dcf04ecfef04831dcc73a13e

CHANGES.html

CHANGES

0.1.5 (10-09-2020)
======
* Switch to dune
* Depends on OCaml >= 4.03.0

0.1.4 (03-08-2015)
=====
* Switched deprecated String.lowercase API
  to String.lowercase_ascii

0.1.3 (02-07-2011)
=====
* Register string_of_exception in Printexc
  when available (i.e. ocaml version >= 3.12)
* Exported a new [detect_format] function.
* Added an optional argument to [tracks] that
  allows to force the format detection.

0.1.2 (12-10-2009)
=====
* Added support for --enable-debugging configure option
* Fixed Makefile for BSD: call $(MAKE) for generating documentation.
* Now using xmlm instead of xml-light.
* Make sure that order of tracks is preserved when parsing the
  playlists.

0.1.1 (16-04-2008)
=====
* Install .cmx file

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