libmpd: An MPD client library.

[ library, mit, network, sound ] [ Propose Tags ]

A client library for MPD, the Music Player Daemon.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.2, 0.1.3, 0.2.0, 0.2.1, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 0.4.2, 0.5.0, 0.6.0, 0.7.0, 0.7.1, 0.7.2, 0.8.0, 0.8.0.1, 0.8.0.2, 0.8.0.3, 0.8.0.4, 0.8.0.5, 0.9.0, 0.9.0.1, 0.9.0.2, 0.9.0.3, 0.9.0.4, 0.9.0.5, 0.9.0.6, 0.9.0.7, 0.9.0.8, 0.9.0.9, 0.9.0.10, 0.9.1.0, 0.9.2.0, 0.9.3.0, 0.10.0.0
Change log ChangeLog
Dependencies base (<4.6), mtl, network [details]
License LicenseRef-LGPL
Copyright Ben Sinclair 2005-2007
Author Ben Sinclair
Maintainer bsinclai@turing.une.edu.au
Revised Revision 1 made by HerbertValerioRiedel at 2019-05-03T22:36:10Z
Category Network, Sound
Home page http://turing.une.edu.au/~bsinclai/code/libmpd-haskell.html
Uploaded by BenSinclair at 2007-10-02T11:03:52Z
Distributions Arch:0.10.0.0, Debian:0.9.1.0, Fedora:0.10.0.0, FreeBSD:0.9.0.2, NixOS:0.10.0.0, openSUSE:0.10.0.0
Reverse Dependencies 7 direct, 1 indirect [details]
Downloads 41270 total (156 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for libmpd-0.1.3

[back to package description]
              libmpd : An MPD client library for Haskell
             --------------------------------------------

Dependencies:
    The Glasgow Haskell Compiler >= 6.4       http://haskell.org/ghc
    Cabal > 1.0                               http://haskell.org/cabal
    network                                   http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network
    mtl                                       http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl

Building:
    $ chmod +x configure Setup.lhs
    $ ./Setup.lhs configure --prefix=${HOME}
    $ ./Setup.lhs build
    $ ./Setup.lhs install --user

    This assumes you have Cabal installed. Cabal is installed by
    default with newer GHCs.

Use:
    Import the Network.MPD module and specify the libmpd package
    (-package libmpd) when compiling, or add it to the `Build-Depends'
    list in your `_.cabal' file.

Limitations:
    Most of the API is complete, but some parts, most notably parsing, are
    not yet as good as they could be.

Platforms:
    libmpd has been confirmed to work on:
        Linux/x86
    Seems to work on Windows XP as well, but there is no MPD support for
    that platform.

Latest Sources:
    darcs get http://turing.une.edu.au/~bsinclai/code/libmpd-haskell

License:
    LGPL

Authors:
    Ben Sinclair <bsinclai@turing.une.edu.au>
    Joachim Fasting <joachim.fasting@gmail.com>