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

Description

Published: 12 Sep 2020

README

README

ocaml-xmlplaylist


This package contains a parser for various xml playlist. 

Please read the COPYING file before using this software.

Prerequisites:
==============

- ocaml >= 3.0.6 (haven't tried earlier versions)

- xmlm >= 1.0.1 (haven't tried earlier versions)

- findlib >= 0.8.1 (haven't tried earlier versions)

Compilation:
============

	$ make all

This should build both the native and the byte-code version of the
extension library.

Installation:
=============

	$ make install

This should install the library file (using ocamlfind) in the
appropriate place.

Author:
=======

This author of this software may be contacted by electronic mail
at the following address: savonet-users@lists.sourceforge.net.

Dependencies (3)

  1. xmlm
  2. dune > "2.0"
  3. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (1)

  1. lastfm

Conflicts

None