www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Using keyword as package name

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?
Jun 09 2012