Commit d0623f85 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

BINDINGS: converted to markdown

To make it render better on the web site, at the price of it becoming
slightly less readable as text.
parent 568037f6
Loading
Loading
Loading
Loading

docs/BINDINGS

deleted100644 → 0
+0 −260
Original line number Original line Diff line number Diff line
                                  _   _ ____  _
                              ___| | | |  _ \| |
                             / __| | | | |_) | |
                            | (__| |_| |  _ <| |___
                             \___|\___/|_| \_\_____|

                               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!
  https://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://dlang.org/library/std/net/curl.html

Dylan

  Written by Chris Double
  http://dylanlibs.sourceforge.net/

Eiffel

  Written by Eiffel Software
  https://room.eiffel.com/library/curl

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

Harbour

  Written by Viktor Szakáts
  https://github.com/vszakats/harbour-core/tree/master/contrib/hbcurl

Haskell

  Written by Galois, Inc
  http://hackage.haskell.org/cgi-bin/hackage-scripts/package/curl

Java

  https://github.com/pjlegato/curl-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
  https://sourceforge.net/projects/libcurl-net/

node.js

  node-libcurl by Jonathan Cardoso Machado
  https://github.com/JCMais/node-libcurl

Object-Pascal

  Free Pascal, Delphi and Kylix binding written by Christophe Espern.
  http://www.tekool.com/opcurl

O'Caml

  Written by Lars Nilsson
  https://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 and Bálint Szilakszi
  https://github.com/szbalint/WWW--Curl

PHP

  Written by Sterling Hughes
  https://php.net/curl

PostgreSQL

  Written by Gian Paolo Ciceri
  http://gborg.postgresql.org/project/pgcurl/projdisplay.php

Python

  PycURL by Kjetil Jacobsen
  http://pycurl.sourceforge.net/

R

  http://cran.r-project.org/package=curl

Rexx

  Written Mark Hessling
  http://rexxcurl.sourceforge.net/

RPG

  Support for ILE/RPG on OS/400 is included in source distribution
  https://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/

Rust

  curl-rust - by Carl Lerche
  https://github.com/carllerche/curl-rust

Scheme

  Bigloo binding by Kirill Lisovsky
  http://www.metapaper.net/lisovsky/web/curl/

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://mirror.yellow5.com/tclcurl/

Visual Basic

  libcurl-vb by Jeffrey Phillips
  https://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

Xojo

  Written by Andrew Lambert
  https://github.com/charonn0/RB-libcURL

docs/BINDINGS.md

0 → 100644
+106 −0
Original line number Original line Diff line number Diff line
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](http://www.almroth.com/adacurl/index.html)  Writtten by Andreas Almroth

[Basic](http://scriptbasic.com/) ScriptBasic bindings writtten by Peter Verhas

[C++](http://curlpp.org/) Written by Jean-Philippe Barrette-LaPierre

[Ch](http://chcurl.sourceforge.net/) Written by Stephen Nestinger and Jonathan Rogado

Cocoa: [BBHTTP](https://github.com/brunodecarvalho/BBHTTP) written by Bruno de Carvalho
[curlhandle](http://curlhandle.sourceforge.net/) Written by Dan Wood

[D](http://dlang.org/library/std/net/curl.html) Written by Kenneth Bogert

[Dylan](http://dylanlibs.sourceforge.net/) Written by Chris Double

[Eiffel](https://room.eiffel.com/library/curl) Written by Eiffel Software

[Euphoria](http://rays-web.com/eulibcurl.htm) Written by Ray Smith

[Falcon](http://www.falconpl.org/index.ftd?page_id=prjs&prj_id=curl)

[Ferite](http://www.ferite.org/) Written by Paul Querna

[Gambas](http://gambas.sourceforge.net/)

[glib/GTK+](http://atterer.net/glibcurl/) Written by Richard Atterer

[Guile](http://www.lonelycactus.com/guile-curl.html) Written by Michael L. Gran

[Harbour](https://github.com/vszakats/harbour-core/tree/master/contrib/hbcurl) Written by Viktor Szakáts

[Haskell](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/curl) Written by Galois, Inc

[Java](https://github.com/pjlegato/curl-java)

[Julia](https://github.com/forio/Curl.jl) Written by Paul Howe

[Lisp](http://common-lisp.net/project/cl-curl/) Written by Liam Healy

Lua: [luacurl](http://luacurl.luaforge.net/) by Alexander Marinov, [Lua-cURL](http://luaforge.net/projects/lua-curl/) by Jürgen Hötzel

[Mono](http://forge.novell.com/modules/xfmod/project/?libcurl-mono) Written by Jeffrey Phillips

[.NET](https://sourceforge.net/projects/libcurl-net/) libcurl-net by Jeffrey Phillips

[node.js](https://github.com/JCMais/node-libcurl) node-libcurl by Jonathan Cardoso Machado

[Object-Pascal](http://www.tekool.com/opcurl) Free Pascal, Delphi and Kylix binding written by Christophe Espern.

[O'Caml](https://sourceforge.net/projects/ocurl/) Written by Lars Nilsson

[Pascal](http://houston.quik.com/jkp/curlpas/) Free Pascal, Delphi and Kylix binding written by Jeffrey Pohlmeyer.

[Perl](https://github.com/szbalint/WWW--Curl) Maintained by Cris Bailiff and Bálint Szilakszi

[PHP](https://php.net/curl) Originally written by Sterling Hughes

[PostgreSQL](http://gborg.postgresql.org/project/pgcurl/projdisplay.php) Written by Gian Paolo Ciceri

[Python](http://pycurl.sourceforge.net/) PycURL by Kjetil Jacobsen

[R](http://cran.r-project.org/package=curl)

[Rexx](http://rexxcurl.sourceforge.net/) Written Mark Hessling

RPG, support for ILE/RPG on OS/400 is included in source distribution

Ruby: [curb](http://curb.rubyforge.org/) written by Ross Bamford, [ruby-curl-multi](http://curl-multi.rubyforge.org/) written by Kristjan Petursson and Keith Rarick

[Rust](https://github.com/carllerche/curl-rust) curl-rust - by Carl Lerche

[Scheme](http://www.metapaper.net/lisovsky/web/curl/) Bigloo binding by Kirill Lisovsky

[S-Lang](http://www.jedsoft.org/slang/modules/curl.html) by John E Davis

[Smalltalk](http://www.squeaksource.com/CurlPlugin/) Written by Danil Osipchuk

[SP-Forth](http://www.forth.org.ru/~ac/lib/lin/curl/) Written by ygrek

[SPL](http://www.clifford.at/spl/) Written by Clifford Wolf

[Tcl](http://mirror.yellow5.com/tclcurl/) Tclcurl by Andrés García

[Visual Basic](https://sourceforge.net/projects/libcurl-vb/) libcurl-vb by Jeffrey Phillips

[Visual Foxpro](http://www.ctl32.com.ar/libcurl.asp) by Carlos Alloatti

[Q](http://q-lang.sourceforge.net/) The libcurl module is part of the default install

[wxWidgets](http://wxcode.sourceforge.net/components/wxcurl/) Written by Casey O'Donnell

[XBLite](http://perso.wanadoo.fr/xblite/libraries.html) Written by David Szafranski

[Xojo](https://github.com/charonn0/RB-libcURL) Written by Andrew Lambert
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@ CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES)


EXTRA_DIST = MANUAL BUGS CONTRIBUTE.md FAQ FEATURES INTERNALS.md SSLCERTS.md  \
EXTRA_DIST = MANUAL BUGS CONTRIBUTE.md FAQ FEATURES INTERNALS.md SSLCERTS.md  \
 README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS VERSIONS KNOWN_BUGS \
 README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS VERSIONS KNOWN_BUGS \
 BINDINGS $(man_MANS) HISTORY.md INSTALL INSTALL.md LICENSE-MIXING.md         \
 BINDINGS.md $(man_MANS) HISTORY.md INSTALL INSTALL.md LICENSE-MIXING.md         \
 README.netware MAIL-ETIQUETTE HTTP-COOKIES.md SECURITY.md RELEASE-PROCEDURE  \
 README.netware MAIL-ETIQUETTE HTTP-COOKIES.md SECURITY.md RELEASE-PROCEDURE  \
 SSL-PROBLEMS.md HTTP2.md ROADMAP.md CODE_OF_CONDUCT.md CODE_STYLE.md         \
 SSL-PROBLEMS.md HTTP2.md ROADMAP.md CODE_OF_CONDUCT.md CODE_STYLE.md         \
 CHECKSRC.md
 CHECKSRC.md