curlhs: bindings to libcurl, the multiprotocol file transfer library

[ library, network ] [ Propose Tags ]

Package curlhs provides a mid-level interface to libcurl, the multiprotocol file transfer library which powers the popular tool curl (please see http://curl.haxx.se/ for more info). As described on the libcurl's project site (http://curl.haxx.se/libcurl/):

libcurl is a free and easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more!

libcurl is highly portable, it builds and works identically on numerous platforms, including Solaris, NetBSD, FreeBSD, OpenBSD, Darwin, HPUX, IRIX, AIX, Tru64, Linux, UnixWare, HURD, Windows, Amiga, OS/2, BeOs, Mac OS X, Ultrix, QNX, OpenVMS, RISC OS, Novell NetWare, DOS and more...

libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications.

Package curlhs depends on libcurl as an external library. To compile and later use curlhs, it is required to first install libcurl somewhere on the system, best in place that is easy to locate by the compiler. Information about how to compile and install libcurl may be found on its project site. A simple way may be to use one of the available precompiled packages.

Current version of curlhs follows libcurl in version 7.25.0. It is also possible to use curlhs with older versions of libcurl, but some features may not be available then (curlhs should easily compile with libcurl from version 7.20.0 upward).

Package is distributed under ISC License (MIT/BSD-style, see LICENSE file for details). It is marked as OtherLicense due to limitations of Cabal.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6
Dependencies base (>=4 && <5), bytestring (>=0.9 && <0.10), time (>=1 && <2) [details]
License LicenseRef-OtherLicense
Copyright Copyright © 2012 Krzysztof Kardzis
Author Krzysztof Kardzis <kkardzis@gmail.com>
Maintainer Krzysztof Kardzis <kkardzis@gmail.com>
Category Network, Web, FFI
Home page https://github.com/kkardzis/curlhs
Source repo head: git clone https://github.com/kkardzis/curlhs
Uploaded by KrzysztofKardzis at 2012-09-10T10:03:07Z
Distributions NixOS:0.1.6
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 9315 total (27 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 curlhs-0.0.2

[back to package description]
This package provides a Haskell bindings to libcurl, the multiprotocol file
transfer library which powers the popular tool curl (see http://curl.haxx.se
and http://curl.haxx.se/libcurl/ for more info).

The project is in early stage so please be patient.