Add Perl bindings

This commit is contained in:
Frank Denis 2014-04-04 16:37:34 -07:00
parent 184831eae1
commit 1720fa1e7c
2 changed files with 4 additions and 0 deletions

View File

@ -215,7 +215,9 @@ them from different languages is easier.
* LUA: [lua-sodium](https://github.com/morfoh/lua-sodium)
* .NET: [libsodium-net](https://github.com/adamcaudill/libsodium-net)
* NodeJS: [node-sodium](https://github.com/paixaop/node-sodium)
* Objective C: [NAChloride](https://github.com/gabriel/NAChloride)
* Ocaml: [ocaml-sodium](https://github.com/dsheets/ocaml-sodium)
* Perl: [Crypto-Sodium](https://github.com/mgregoro/Crypt-Sodium)
* Pharo/Squeak: [Crypto-NaCl](http://www.eighty-twenty.org/index.cgi/tech/smalltalk/nacl-for-squeak-and-pharo-20130601.html)
* PHP: [PHP-Sodium](https://github.com/alethia7/php-sodium)
* PHP: [libsodium-php](https://github.com/jedisct1/libsodium-php)

2
THANKS
View File

@ -8,12 +8,14 @@ Christian Wiese (@morfoh)
Chris Rebert (@cvrebert)
Donald Stufft (@dstufft)
Douglas Campos (@qmx)
Gabriel Handford (@gabriel)
Jachym Holecek (@freza)
Jan de Muijnck-Hughes (@jfdm)
Jeroen Habraken (@VeXocide)
Joseph Abrahamson (@tel)
Kenneth Ballenegger (@kballenegger)
Michael Gorlick (@mgorlick)
Michael Gregorowicz (@mgregoro)
Pedro Paixao (@paixaop)
Ruben De Visscher (@rubendv)
Samuel Neves (@sneves)