123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- _ _ ____ _
- ___| | | | _ \| |
- / __| | | | |_) | |
- | (__| |_| | _ <| |___
- \___|\___/|_| \_\_____|
- 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:
- Basic
- ScriptBasic bindings to libcurl. Writtten by Peter Verhas.
- http:
- C++
- Written by Jean-Philippe Barrette-LaPierre.
- http:
- Cocoa
- Written by Dan Wood.
- http:
- D
- Written by Charles Sanders and James Wavro
- http:
- Dylan
- Written by Chris Double.
- http:
- Euphoria
- Written by Ray Smith.
- http:
- Ferite
- http:
- Java
- Written by Daniel Stenberg.
- http:
- Lua
- Written by Steve Dekorte.
- http:
- Object-Pascal
- Free Pascal, Delphi and Kylix binding written by Christophe Espern.
- http:
- O'Caml
- Written by Lars Nilsson.
- http:
- Pascal
- Free Pascal, Delphi and Kylix binding written by Jeffrey Pohlmeyer.
- http:
- Perl
- Maintained by Cris Bailiff.
- http:
- PHP
- Written by Sterling Hughes.
- http:
- PostgreSQL
- Written by Gian Paolo Ciceri.
- http:
- Python
- Written by Kjetil Jacobsen.
- http:
- Rexx
- Written Mark Hessling.
- http:
- Ruby
- Written by Hirotaka Matsuyuki.
- http:
- Scheme
- Bigloo binding written by Kirill Lisovsky.
- http:
- Tcl
- Written by Andrés García.
- http:
|