Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

joachifm/hsmtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Haskell bindings to libmtp

Resources

License

Stars

Watchers

Forks

Packages

No packages published