mtp: Bindings to libmtp

[ deprecated, library, sound ] [ Propose Tags ]
Deprecated

A FFI binding to libmtp, an implementation of the Media Transfer Protocol.

See http://libmtp.sourceforge.net for more information.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1.1
Change log ChangeLog
Dependencies base (>=4.2 && <4.3), filepath (>=1.1 && <1.2), unix (>=2.4 && <2.5) [details]
License LicenseRef-LGPL
Copyright Joachim Fasting 2010
Author Joachim Fasting
Maintainer Joachim Fasting <joachim.fasting@gmail.com>
Category Sound
Source repo head: git clone git://github.com/joachifm/hsmtp.git
Uploaded by JoachimFasting at 2010-03-13T15:57:21Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1056 total (5 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 mtp-0.1.1.1

[back to package description]

About

A FFI binding to libmtp, an implementation of the Media Transfer Protocol.

Getting

Building

The preferred method of building is using cabal-install:

$ cd hsmtp
$ cabal configure
$ cabal build
$ cabal install

Usage

> import qualified MTP
> main = do
>     MTP.init
>     MTP.withFirstDevice MTP.getDeviceVersion

Author

Joachim Fasting <joachim.fasting@gmail.com>

Licence

LGPL version 2.1 (see COPYING)