June 09, 2012
I generate bindings to a c library, and one of folders is named `shared`, which is a keyword and thus cannot be used as a package name.

One option is to remove this package and put files to a parent directory, or simply rename it.

Is there any way to avoid this and keep the name as is? What other options exist?