mpris-0.1.0.0: mpris.cabal
-- Initial mpris.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: mpris
version: 0.1.0.0
synopsis: Interface for MPRIS
description:
This package implements the Media Player Remote Interfacing
Specification (MPRIS), a standard D-Bus interface which aims to
provide a common programmatic API for controlling media players.
.
The DBus specification consists of two main interfaces:
@org.mpris.MediaPlayer2@ and @org.mpris.MediaPlayer2.Player@ which
are implemented as modules "Mpris.MediaPlayer2" and
"Mpris.MediaPlayer2.Player".
.
The full specification can be found at: <http://specifications.freedesktop.org/mpris-spec/latest/index.html>
homepage: http://github.com/Fuco1/mpris
license: GPL-3
license-file: LICENSE
author: Matus Goljer
maintainer: matus.goljer@gmail.com
-- copyright:
category: Media
build-type: Simple
cabal-version: >=1.8
source-repository this
type: git
location: http://github.com/Fuco1/mpris
tag: 0.1.0.0
library
hs-source-dirs:
src
exposed-modules:
DBus.Mpris.Monad
DBus.Mpris.Utils
DBus.Mpris.MediaPlayer2
DBus.Mpris.MediaPlayer2.Player
other-modules:
DBus.Mpris.Properties
DBus.Mpris.MediaPlayer2.Properties
DBus.Mpris.MediaPlayer2.Methods
DBus.Mpris.MediaPlayer2.Player.Properties
DBus.Mpris.MediaPlayer2.Player.Methods
build-depends:
base ==4.6.*,
dbus >= 0.10,
mtl >= 2.1.2,
containers >= 0.5