> I've (almost) completely rewritten libpe C library into Nim... FYI it looks like libpe is licensed under LGPL (see [the LICENSE file](https://github.com/merces/libpe/blob/master/LICENSE)) and you've licensed your libraries under MIT.
As far as I know (and I am not a lawyer) you can not license work derived from GPL and LGPL code under anything else. You probably should ask the developer of libpe for permission or license your code under LGPL.