mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-13 21:56:09 +01:00
841075be6a
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
569 B
Text
13 lines
569 B
Text
Haskell binding to libcurl
|
|
|
|
libcurl is a client-side URL transfer library, supporting FTP, FTPS,
|
|
HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and
|
|
FILE. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP
|
|
uploading, HTTP form based upload, proxies, cookies, user+password
|
|
authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file
|
|
transfer resume, http proxy tunneling and more!
|
|
|
|
This package provides a Haskell binding to libcurl.
|
|
|
|
After uninstalling, run this command to unregister the package from
|
|
the ghc package database: ghc-pkg recache
|