Thanks @georgelemon. All, I have switched the repository over to [GitHub](https://github.com/Airr/nim-cocoa.git), and have updated the original post.
Of note: The `dev` branch is configured so that a static library is used in place of the discreet modules, which leads to faster compilation. A simple `import Cocoa` is all that's needed. You can still use the discreet modules if you like, but need to specify the modules to load in the import statement. For example: `import Cocoa / [NSWindow, NSFunctions]`. I'm working on documentation, but was disappointed to find that nimdoc doesn't output to .md files, which I would need for the associated Wiki. I'll work this out soon... AIR.