Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radicalzephyr/radz.test-qux
https://github.com/radicalzephyr/radz.test-qux
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/radicalzephyr/radz.test-qux
- Owner: RadicalZephyr
- License: mit
- Created: 2018-09-07T08:55:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T09:24:53.000Z (over 6 years ago)
- Last Synced: 2024-12-24T08:50:09.365Z (5 days ago)
- Language: Clojure
- Size: 1000 Bytes
- 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.