package lastfm

  1. Overview
  2. Docs
The lastfm library is an implementation of the API used by the last.fm to keep count of played songs

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.4.tar.gz
md5=491d45277f6afcb57f5d7ad8abaf4212
sha512=49ef0a9257ef9cb2ee90db827bd7025d88bde496499c2193953cea1e9859093fea2d9b1505cc2111757ab82f6f6bd2e7b7abfe8e6df089d0e01b59da129747c6

Description

Published: 02 Apr 2024

README

README.md

ocaml-lastfm

This package contains an OCaml interface for Lastfm API interface.

Please read the COPYING file before using this software.

Prerequisites:

  • ocaml

  • ocamlnet >= 2.2.8 (optional)

  • ocaml-xmlplaylist >= 0.1.0

  • ocaml-pcre >= 5.12.2

  • dune >= 2.0

Compilation:

dune build

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

Installation:

Using opam:

opam install lastfm

Using dune and a local copy (dev only):

dune 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 (4)

  1. re >= "1.11.0"
  2. xmlplaylist
  3. ocaml >= "4.08"
  4. dune >= "3.6"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None