packages feed

curlhs-0.1.2: README.md

# Network.CURL [![Hackage][hackage.img]][hackage.htm] [![Build Status][travis.img]][travis.htm]

Package [*curlhs*][hackage.htm] provides a mid-level [Haskell][haskell.htm]
interface to *libcurl*, the multiprotocol file transfer library which powers
the popular tool *curl* (please see <http://curl.haxx.se/> for more info
about *curl* and *libcurl*).

# Documentation
More info about *curlhs*, such as tutorials or examples, may be found in the
[docs](docs) section. Please check out the short [tutorial](docs/tutorial.md)
about installation and basic usage of *curlhs* and *libcurl*.



[travis.img]: https://travis-ci.org/kkardzis/curlhs.svg
[travis.htm]: https://travis-ci.org/kkardzis/curlhs

[hackage.img]: https://img.shields.io/hackage/v/curlhs.svg
[hackage.htm]: https://hackage.haskell.org/package/curlhs

[haskell.htm]: http://www.haskell.org/

![GA](https://ga-beacon.appspot.com/UA-53767359-1/curlhs/readme)