btw� you can add a job in pharo-contribution (public and free :P ), https://ci.inria.fr/pharo-contribution
that will run all the tests  (in all platforms, if needed), so you can be sure tests pass :)

Esteban 

On 24 Jan 2014, at 09:26, Esteban Lorenzano <estebanlm@gmail.com> wrote:

Hernan, 

thanks for you contribution. But it does not works in mac :(

1) Smalltalk os isMac does not exists, now is Smalltalk os isMacOSX
2) after fixing that, tests does not run either :(

Esteban

On 24 Jan 2014, at 07:25, Hern�n Morales Durand <hernan.morales@gmail.com> wrote:

I have added ConfigurationOfNacl to Pharo 3 repository. You can load it using the Configuration Browser.

Nacl is a cryptolibrary based in libsodium. The binding for Pharo/Squeak (http://www.eighty-twenty.org/index.cgi/tech/smalltalk/nacl-for-squeak-and-pharo-20130601.html) was written by Tony-Garnock Jones.

The Configuration automatically download and uncompress the compiled library file. I have tested under Windows and Linux, all tests passes. But I do not own a Mac (I'm really open to donations :) so if anyone may test the configuration under Mac it would be nice.

Cheers,

Hern�n