diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-02-16 14:26:28 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-02-16 14:26:28 +0100 |
commit | d4703fa428606dc1bea590ec571eb37a19927512 (patch) | |
tree | 5f83942fcef63cbbbac43f06c887d6d6ca2be7c9 /docs | |
parent | 5e2e3cb54eff2a597bc7dc195be44d7bb7493562 (diff) |
Guile-curl: a new libcurl binding
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BINDINGS | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/docs/BINDINGS b/docs/BINDINGS index 5cf07fecd..584806317 100644 --- a/docs/BINDINGS +++ b/docs/BINDINGS @@ -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 |