arnetheduck / nlvm

LLVM-based compiler for the Nim language
Other
701 stars 41 forks source link

Separate llvm bindings in a separate nimble package #38

Open rishavs opened 1 year ago

rishavs commented 1 year ago

Hi

I was wondering if you can sepaarte the LLVM bindings in a separate nimble package of its own. Your bindings are most upto date for nim and it will make it easier for people to consume it for other needs without having to fetch the entire nlvm project

arnetheduck commented 1 year ago

In theory, I believe it should be possible to create a nimble package from a sub-directory in a repo but I've never tried this - if you wish to investigate, I'll be happy to accept a PR