> But that included file isn't committed to the repo. That file is actually generated by nimgen on install.
Glad to hear both nimgen and nimterop worked for you. Open to any feedback from your experience with both tools. As such, I'm migrating all nimgen projects to nimterop, assuming the target library is C since nimterop doesn't support C++ yet. For C++ libraries, my current suggestion is to use nimterop to pull and preprocess but to use c2nim for wrapping.
