]> granicus.if.org Git - curl/commitdiff
Guile-curl: a new libcurl binding
authorDaniel Stenberg <daniel@haxx.se>
Sat, 16 Feb 2013 13:26:28 +0000 (14:26 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 16 Feb 2013 13:26:28 +0000 (14:26 +0100)
RELEASE-NOTES
docs/BINDINGS

index ecd1db4e34535686b3c54d6658af02b4d017a300..3a5e13e986fd5631b8efe04afafd8c042b25e1b3 100644 (file)
@@ -4,7 +4,7 @@ Curl and libcurl 7.29.1
  Command line options:         152
  curl_easy_setopt() options:   199
  Public functions in libcurl:  58
- Known libcurl bindings:       39
+ Known libcurl bindings:       42
  Contributors:                 1005
 
 This release includes the following changes:
index 5cf07fecdeaa6ab69bfd1ce0f2866e87b11ad8f4..58480631766f51928f8752d1aca37c35cf44ef33 100644 (file)
@@ -6,14 +6,14 @@
 
                                libcurl bindings
 
-Creative people have written bindings or interfaces for various environments
-and programming languages. Using one of these allows you to take advantage of
-curl powers from within your favourite language or system.
+ Creative people have written bindings or interfaces for various environments
+ and programming languages. Using one of these allows you to take advantage of
+ 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
-archives, but must be downloaded and installed separately.
+ The bindings listed below are not part of the curl/libcurl distribution
+ archives, but must be downloaded and installed separately.
 
 Ada95
 
@@ -81,6 +81,11 @@ glib/GTK+
   Written by Richard Atterer
   http://atterer.net/glibcurl/
 
+Guile:
+
+  Written by Michael L. Gran
+  http://www.lonelycactus.com/guile-curl.html
+
 Haskell
 
   Written by Galois, Inc