We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289d535 commit 7299ed3Copy full SHA for 7299ed3
README.md
@@ -25,6 +25,16 @@
25
[crates-badge]: https://img.shields.io/crates/v/resolvo.svg
26
27
Resolvo implements a fast package resolution algorithm based on CDCL SAT solving.
28
+
29
+### Projects using `resolvo`
30
31
+- [`rip`](https://github.com/prefix-dev/rip): An async package resolver and installer for Python PyPI packages
32
+- [`rattler`](https://github.com/mamba-org/rattler): Conda package resolver and installer (non-async)
33
+- [`resolvo-rpm`](https://github.com/prefix-dev/resolvo-rpm): Experimental RPM resolver for Fedora / RedHat / OpenSUSE ... RPM packages
34
+- ... add yours!
35
36
+## Features
37
38
If resolvo is unable to find a solution it outputs a human-readable error message:
39
40
```
0 commit comments