Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radicalzephyr/radz.test-baz
https://github.com/radicalzephyr/radz.test-baz
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/radicalzephyr/radz.test-baz
- Owner: RadicalZephyr
- License: mit
- Created: 2018-09-07T08:55:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T09:25:23.000Z (over 6 years ago)
- Last Synced: 2024-12-24T08:50:08.977Z (8 days ago)
- Language: Clojure
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dependency Diamond
These repositories display the classic conflicting versions dependency
diamond.foo 1.0 depends on bar 1.0 and baz 1.0, both of which depend on qux
1.0foo 2.0 depends on bar 1.0 and baz 2.0 which updates its qux version
to 2.0.Thus foo 2.0 has a transitive dependency on qux 1.0 and qux 2.0,
through bar and baz respectively.