I'm looking for advice on making a Nimble package that wraps a C-based library, where the library will reside in a Git submodule and be contained in the package.
In other words, I'm not interested in just saying "You have to install libFoobar through homebrew/apt-get/yum/whatever ¯\_(ツ)_/¯" I want my package to build libFoobar and link it into the binary (ideally as a static lib, but a DLL works too.)
My questions are: