clibs / clib

Package manager for the C programming language.
MIT License
4.86k stars 243 forks source link

Don't install duplicates #204

Open stephenmathieson opened 10 years ago

stephenmathieson commented 10 years ago

If both user/foo.c and user/bar.c depend on user/qax.c, qax.c will be install twice.

we can avoid this by checking if ./qax/package.json exists

Isty001 commented 7 years ago

Maybe a semantic version resolving could be a more sophisticated way of avoiding this issue, and some other too. Actually this is the only thing I miss from clib. Were there any plans/ideas to implement it in the past?