1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Guile-curl: a new libcurl binding

This commit is contained in:
Daniel Stenberg 2013-02-16 14:26:28 +01:00
parent 5e2e3cb54e
commit d4703fa428
2 changed files with 12 additions and 7 deletions

View File

@ -4,7 +4,7 @@ Curl and libcurl 7.29.1
Command line options: 152 Command line options: 152
curl_easy_setopt() options: 199 curl_easy_setopt() options: 199
Public functions in libcurl: 58 Public functions in libcurl: 58
Known libcurl bindings: 39 Known libcurl bindings: 42
Contributors: 1005 Contributors: 1005
This release includes the following changes: This release includes the following changes:

View File

@ -6,14 +6,14 @@
libcurl bindings libcurl bindings
Creative people have written bindings or interfaces for various environments Creative people have written bindings or interfaces for various environments
and programming languages. Using one of these allows you to take advantage of and programming languages. Using one of these allows you to take advantage of
curl powers from within your favourite language or system. curl powers from within your favourite language or system.
This is a list of all known interfaces as of this writing. This is a list of all known interfaces as of this writing.
The bindings listed below are not part of the curl/libcurl distribution The bindings listed below are not part of the curl/libcurl distribution
archives, but must be downloaded and installed separately. archives, but must be downloaded and installed separately.
Ada95 Ada95
@ -81,6 +81,11 @@ glib/GTK+
Written by Richard Atterer Written by Richard Atterer
http://atterer.net/glibcurl/ http://atterer.net/glibcurl/
Guile:
Written by Michael L. Gran
http://www.lonelycactus.com/guile-curl.html
Haskell Haskell
Written by Galois, Inc Written by Galois, Inc