|
|
|
|
|
by dvanduzer
4749 days ago
|
|
I might be able to comment better if the term "projects" were better defined. It just depends on, well, the nature of the dependencies. Most libraries depend on other libraries. Often at least three layers deep. If you could explain how your philosophy would deal with, for example, nginx and Apache both depending on libssl, which itself depends on libcrypto, which depends on libz and libc (both of which are also separate independent dependencies of Apache and nginx) then maybe we could discuss it better. Oh, and in theory I should be able to swap libssl for libgnutls arbitrarily. How do we handle that? |
|