blob: dff1c6a08d80b6cdda956fa5266612f1e48b2042 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
 |                                   _   _ ____  _     
                              ___| | | |  _ \| |    
                             / __| | | | |_) | |    
                            | (__| |_| |  _ <| |___ 
                             \___|\___/|_| \_\_____|
                               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++
  Written by Jean-Philippe Barrette-LaPierre.
  http://www.sourceforge.net/projects/curlpp
Cocoa
  Written by Dan Wood.
  http://curlhandle.sourceforge.net/
Dylan
  Written by Chris Double.
  http://dylanlibs.sourceforge.net/
Euphoria
  Written by Ray Smith.
  http://rays-web.com/eulibcurl.htm
Ferite
  http://www.ferite.org/
Java
  Written by Daniel Stenberg.
  http://curl.haxx.se/libcurl/java/
Lua
  Written by Steve Dekorte.
  http://curl.haxx.se/libcurl/lua/
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
  Written by Kjetil Jacobsen.
  http://pycurl.sourceforge.net/
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
  Written by Andrés García. 
  http://personal1.iddeo.es/andresgarci/tclcurl/english/docs.html
 |