nim-lang / nimble

Package manager for the Nim programming language.
https://nim-lang.github.io/nimble/index.html
Other
1.25k stars 190 forks source link

Improve control of what gets installed. #87

Open dom96 opened 9 years ago

dom96 commented 9 years ago

For example allow compiler/*.nim for InstallDirs.

dom96 commented 9 years ago

Currently the Install family of parameters is a bit of a misnomer. You can't specify InstallDirs and InstallExt and expect only the files with the extensions mentioned in the latter in the directories of the former to be installed.

dom96 commented 7 years ago

This may become more important now that https://github.com/nim-lang/nimble/issues/144 has been implemented.

dom96 commented 6 years ago

Related to #526.