diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-06-13 19:02:38 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-06-13 19:02:38 +0200 |
commit | 832e827518fb26417f3ef94faa4a44d927c2fdf2 (patch) | |
tree | cb5ed0b697ef03eb88ea4bf701c4eb71f859fa45 | |
parent | a6fa7fc38e1e6fab519f781273f45b79a0bbc5c9 (diff) |
FAQ: binding clarification
We don't author the bindings, they are created outside the main project.
-rw-r--r-- | docs/FAQ | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -564,6 +564,12 @@ FAQ install and use them, in the libcurl section of the curl web site: http://curl.haxx.se/libcurl/ + All the various bindings to libcurl are made by other projects and people, + outside of the cURL project. The cURL project itself only produces libcurl + with its plain C API. If you don't find anywhere else to ask you can ask + about bindings on the curl-library list too, but be prepared that people on + that list may not know anything about bindings. + In October 2009, there were interfaces available for the following languages: Ada95, Basic, C, C++, Ch, Cocoa, D, Dylan, Eiffel, Euphoria, Ferite, Gambas, glib/GTK+, Haskell, ILE/RPG, Java, Lisp, Lua, Mono, .NET, |