summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-09-29 12:34:07 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-09-29 22:39:31 +0200
commit1c134e9cf4d1604d6c009f4ec06581c2e86e3062 (patch)
tree7a7981642a914e1ce8de6d78922c5a6c14f3c483
parent29a51e153840af5bd8e44e7dad5995412557eb9d (diff)
downloadcurl-1c134e9cf4d1604d6c009f4ec06581c2e86e3062.tar.gz
BINDINGS: PureBasic, Net::Curl for perl and Nim
-rw-r--r--docs/BINDINGS.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/BINDINGS.md b/docs/BINDINGS.md
index 645090168..d0e80b8ac 100644
--- a/docs/BINDINGS.md
+++ b/docs/BINDINGS.md
@@ -65,6 +65,8 @@ Lua: [luacurl](http://luacurl.luaforge.net/) by Alexander Marinov, [Lua-cURL](ht
[.NET](https://sourceforge.net/projects/libcurl-net/) libcurl-net by Jeffrey Phillips
+[Nim](https://nimble.directory/pkg/libcurl) wrapper for libcurl
+
[node.js](https://github.com/JCMais/node-libcurl) node-libcurl by Jonathan Cardoso Machado
[Object-Pascal](https://web.archive.org/web/20020610214926/www.tekool.com/opcurl) Free Pascal, Delphi and Kylix binding written by Christophe Espern.
@@ -73,14 +75,17 @@ Lua: [luacurl](http://luacurl.luaforge.net/) by Alexander Marinov, [Lua-cURL](ht
[Pascal](https://web.archive.org/web/20030804091414/houston.quik.com/jkp/curlpas/) Free Pascal, Delphi and Kylix binding written by Jeffrey Pohlmeyer.
-Perl: [WWW--Curl](https://github.com/szbalint/WWW--Curl) Maintained by Cris
+Perl: [WWW::Curl](https://github.com/szbalint/WWW--Curl) Maintained by Cris
Bailiff and Bálint Szilakszi,
[perl6-net-curl](https://github.com/azawawi/perl6-net-curl) by Ahmad M. Zawawi
+[NET::Curl](https://metacpan.org/pod/Net::Curl) by Przemyslaw Iskra
[PHP](https://php.net/curl) Originally written by Sterling Hughes
[PostgreSQL](https://github.com/pramsey/pgsql-http) - HTTP client for PostgreSQL
+[PureBasic](https://www.purebasic.com/documentation/http/index.html) uses libcurl in its "native" HTTP subsystem
+
[Python](http://pycurl.io/) PycURL by Kjetil Jacobsen
[R](https://cran.r-project.org/package=curl)