Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to declare - for both "depends" and "packages" - whether the dependency is public (transitive) or private (non-transitive) #31

Open
ethouris opened this issue Nov 6, 2024 · 0 comments

Comments

@ethouris
Copy link
Owner

ethouris commented Nov 6, 2024

When a dependency in a form of library is a dependency also of a library, there must be some way to specify whether this dependent part (can be a library or package) is to be only internally used by this library, or it extends the API of this library.

Preferred way is to specify the extenders using a different keyword - "depends" should mean that it's only internally required, whereas "extends" means that this library is joined to the API exposed by this exactly library. The "extends" will have effect only on a library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant