I'm going to release a new julia package which contains some C code. I would like to compile that code during installation and to specify somehow that this package is UNIX-only as it uses SharedArrays. What is the best way to implement this?
This package implements a machine learning algorithm and the learning process is quite sophisticated, so I also would like to include some julia and shell scripts which simplify usage of the package but are not 100% required. So would it be a good practice to put these scripts in a separate directory?
