https://github.com/radicalzephyr/radz.test-foo
https://github.com/radicalzephyr/radz.test-foo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/radicalzephyr/radz.test-foo
- Owner: RadicalZephyr
- License: mit
- Created: 2018-09-07T08:54:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T09:46:44.000Z (over 6 years ago)
- Last Synced: 2025-02-15T12:13:54.628Z (3 months 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.