aboutsummaryrefslogtreecommitdiff
path: root/docs/BINDINGS.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-03-06 10:10:28 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-03-06 10:11:55 +0100
commit5e99ede6d3a984e514c40dea846fb186aa63a9b6 (patch)
treefa8af2151df48de3e28eda3ff1e295cf6b5f0257 /docs/BINDINGS.md
parentbfcb3150a7dec66e02e75aa69bb48c56aad8c16f (diff)
BINDINGS: add go-curl and perl6-net-curl
Reported-by: Peter Pentchev
Diffstat (limited to 'docs/BINDINGS.md')
-rw-r--r--docs/BINDINGS.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/BINDINGS.md b/docs/BINDINGS.md
index 8f2e5b291..c35da96b5 100644
--- a/docs/BINDINGS.md
+++ b/docs/BINDINGS.md
@@ -39,6 +39,8 @@ Cocoa: [BBHTTP](https://github.com/brunodecarvalho/BBHTTP) written by Bruno de C
[glib/GTK+](http://atterer.net/glibcurl/) Written by Richard Atterer
+Go: [go-curl](https://github.com/andelf/go-curl) by ShuYu Wang
+
[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
@@ -65,7 +67,9 @@ Lua: [luacurl](http://luacurl.luaforge.net/) by Alexander Marinov, [Lua-cURL](ht
[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
+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
[PHP](https://php.net/curl) Originally written by Sterling Hughes