123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- _ _ ____ _
- ___| | | | _ \| |
- / __| | | | |_) | |
- | (__| |_| | _ <| |___
- \___|\___/|_| \_\_____|
- 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.
- 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.
- Ada95
- Writtten by Andreas Almroth
- http://www.almroth.com/adacurl/index.html
- Basic
- ScriptBasic bindings to libcurl. Writtten by Peter Verhas
- http://scriptbasic.com/
- C
- libcurl is a C library in itself!
- http://curl.haxx.se/libcurl/
- C++
- Written by Jean-Philippe Barrette-LaPierre
- http://rrette.com/curlpp.html
- Ch
- Written by Stephen Nestinger and Jonathan Rogado
- http://chcurl.sourceforge.net/
- Cocoa
- Written by Dan Wood
- http://curlhandle.sourceforge.net/
- D
- Written by Charles Sanders and James Wavro
- http://www.atari-soldiers.com/libcurl.html
- Dylan
- Written by Chris Double
- http://dylanlibs.sourceforge.net/
- Euphoria
- Written by Ray Smith
- http://rays-web.com/eulibcurl.htm
- Ferite
- Written by Paul Querna
- http://www.ferite.org/
- Gambas
- http://gambas.sourceforge.net
- glib/GTK+
- Written by Richard Atterer
- http://atterer.net/glibcurl/
- Java
- Maintained by Vic Hanson
- http://curl.haxx.se/libcurl/java/
- Lisp
- Written by Liam Healy
- http://common-lisp.net/project/cl-curl/
- Lua
- LuaCURL Written by Alexander Marinov
- http://luacurl.luaforge.net/
- Mono
- Written by Jeffrey Phillips
- http://forge.novell.com/modules/xfmod/project/?libcurl-mono
- .NET
- libcurl-net Written by Jeffrey Phillips
- http://sourceforge.net/projects/libcurl-net/
- Object-Pascal
- Free Pascal, Delphi and Kylix binding written by Christophe Espern.
- http://www.tekool.com/opcurl
- O'Caml
- Written by Lars Nilsson
- http://sourceforge.net/projects/ocurl/
- Pascal
- Free Pascal, Delphi and Kylix binding written by Jeffrey Pohlmeyer.
- http://houston.quik.com/jkp/curlpas/
- Perl
- Maintained by Cris Bailiff
- http://curl.haxx.se/libcurl/perl/
- PHP
- Written by Sterling Hughes
- http://curl.haxx.se/libcurl/php/
- PostgreSQL
- Written by Gian Paolo Ciceri
- http://gborg.postgresql.org/project/pgcurl/projdisplay.php
- Python
- PycURL is written by Kjetil Jacobsen
- http://pycurl.sourceforge.net/
- R
- RCurl is written by Duncan Temple Lang
- http://www.omegahat.org/RCurl/
- Rexx
- Written Mark Hessling
- http://rexxcurl.sourceforge.net/
- Ruby
- Written by Hirotaka Matsuyuki
- http://www.d1.dion.ne.jp/~matuyuki/ruby.html
- Scheme
- Bigloo binding written by Kirill Lisovsky
- http://curl.haxx.se/libcurl/scheme/
- Tcl
- Tclcurl is written by Andrés García
- http://personal1.iddeo.es/andresgarci/tclcurl/english/docs.html
- Visual Basic
- libcurl-vb is written by Jeffrey Phillips
- http://sourceforge.net/projects/libcurl-vb/
- Q
- http://q-lang.sourceforge.net/
- wxWidgets
- Written by Casey O'Donnell
- http://homepage.mac.com/codonnell/wxcurldav/
|