Skip to content

Commit 7299ed3

Browse files
authored
add projects using resolvo
1 parent 289d535 commit 7299ed3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
[crates-badge]: https://img.shields.io/crates/v/resolvo.svg
2626

2727
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+
2838
If resolvo is unable to find a solution it outputs a human-readable error message:
2939

3040
```

0 commit comments

Comments
 (0)