123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- _ _ ____ _
- ___| | | | _ \| |
- / __| | | | |_) | |
- | (__| |_| | _ <| |___
- \___|\___/|_| \_\_____|
- 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://curlpp.org/
- Ch
- Written by Stephen Nestinger and Jonathan Rogado
- http://chcurl.sourceforge.net/
- Cocoa
- BBHTTP: written by Bruno de Carvalho
- https://github.com/brunodecarvalho/BBHTTP
- curlhandle: Written by Dan Wood
- http://curlhandle.sourceforge.net/
- D
- Written by Kenneth Bogert
- http://curl.haxx.se/libcurl/d/
- Dylan
- Written by Chris Double
- http://dylanlibs.sourceforge.net/
- Eiffel
- Written by Eiffel Software
- http://curl.haxx.se/libcurl/eiffel/
- Euphoria
- Written by Ray Smith
- http://rays-web.com/eulibcurl.htm
- Falcon
- http://www.falconpl.org/index.ftd?page_id=prjs&prj_id=curl
- Ferite
- Written by Paul Querna
- http://www.ferite.org/
- Gambas
- http://gambas.sourceforge.net
- 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
- http://hackage.haskell.org/cgi-bin/hackage-scripts/package/curl
- Java
- Maintained by [blank]
- http://curl.haxx.se/libcurl/java/
- Julia
- Written by Paul Howe
- https://github.com/forio/Curl.jl
- Lisp
- Written by Liam Healy
- http://common-lisp.net/project/cl-curl/
- Lua
- luacurl by Alexander Marinov
- http://luacurl.luaforge.net/
- Lua-cURL by Jürgen Hötzel
- http://luaforge.net/projects/lua-curl/
- Mono
- Written by Jeffrey Phillips
- http://forge.novell.com/modules/xfmod/project/?libcurl-mono
- .NET
- libcurl-net 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 by Kjetil Jacobsen
- http://pycurl.sourceforge.net/
- R
- RCurl by Duncan Temple Lang
- http://www.omegahat.org/RCurl/
- Rexx
- Written Mark Hessling
- http://rexxcurl.sourceforge.net/
- RPG
- Support for ILE/RPG on OS/400 is included in source distribution
- http://curl.haxx.se/libcurl/
- See packages/OS400/README.OS400 and packages/OS400/curl.inc.in
- Ruby
- curb - written by Ross Bamford
- http://curb.rubyforge.org/
- ruby-curl-multi - written by Kristjan Petursson and Keith Rarick
- http://curl-multi.rubyforge.org/
- Scheme
- Bigloo binding by Kirill Lisovsky
- http://curl.haxx.se/libcurl/scheme/
- S-Lang
- S-Lang binding by John E Davis
- http://www.jedsoft.org/slang/modules/curl.html
- Smalltalk
- Smalltalk binding by Danil Osipchuk
- http://www.squeaksource.com/CurlPlugin/
- SP-Forth
- SP-Forth binding by ygrek
- http://www.forth.org.ru/~ac/lib/lin/curl/
- SPL
- SPL binding by Clifford Wolf
- http://www.clifford.at/spl/
- Tcl
- Tclcurl by Andrés García
- http://personal1.iddeo.es/andresgarci/tclcurl/english/docs.html
- Visual Basic
- libcurl-vb by Jeffrey Phillips
- http://sourceforge.net/projects/libcurl-vb/
- Visual Foxpro
- by Carlos Alloatti
- http://www.ctl32.com.ar/libcurl.asp
- Q
- The libcurl module is part of the default install
- http://q-lang.sourceforge.net/
- wxWidgets
- Written by Casey O'Donnell
- http://wxcode.sourceforge.net/components/wxcurl/
- XBLite
- Written by David Szafranski
- http://perso.wanadoo.fr/xblite/libraries.html
|