{"id":13502854,"url":"https://github.com/prefix-dev/resolvo-rpm","last_synced_at":"2025-03-29T12:32:59.142Z","repository":{"id":207145527,"uuid":"717391995","full_name":"prefix-dev/resolvo-rpm","owner":"prefix-dev","description":"Resolver for RPM packages","archived":false,"fork":false,"pushed_at":"2023-11-14T09:47:49.000Z","size":31,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-28T10:11:39.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prefix-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-11-11T10:54:15.000Z","updated_at":"2024-09-07T21:28:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e4b6d74-46dd-4dbf-b487-a4550b98dbc9","html_url":"https://github.com/prefix-dev/resolvo-rpm","commit_stats":null,"previous_names":["prefix-dev/resolvo-rpm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prefix-dev%2Fresolvo-rpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prefix-dev%2Fresolvo-rpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prefix-dev%2Fresolvo-rpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prefix-dev%2Fresolvo-rpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prefix-dev","download_url":"https://codeload.github.com/prefix-dev/resolvo-rpm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246187190,"owners_count":20737459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T22:02:27.267Z","updated_at":"2025-03-29T12:32:58.858Z","avatar_url":"https://github.com/prefix-dev.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# resolvo-rpm\n\nThis project downloads repodata from a yum/dnf/rpm repository and tries to resolve for the packages the user requests.\nIt uses the [`resolvo`](https://github.com/mamba-org/resolvo) crate to do the actual SAT resolution (instead of `libsolv`).\n\n## Usage\n\n```\n$ cargo run --release -- curl\n\nResolved:\n\n- basesystem=11\n- bash=5.2.15\n- ca-certificates=2023.2.60\n- coreutils-common=9.1\n- coreutils=9.1\n- curl=7.87.0\n...\n```\n\n### Shortcomings\n\nThis is currently just an initial proof of concept. We're hoping that the community will help us figure some things out.\n\n- [ ] Handle `suggests` properly. Currently can only be disabled globally with `--disable-suggests` but should be iteratively removed if they conflict with other packages.\n- [ ] Handle `recommends` properly. Not handled at all.\n- [ ] Handle `conflicts` properly. This should be fairly straightforward as we have this capability in resolvo.\n- [ ] Handle `obsoletes` properly. Not handled at all.\n- [ ] Try to actually install packages using `rpm-rs`.\n- [ ] Store repodata in a better cache or load only what we need as repodata loading is somewhat slow right now.\n\nThere is also this open issue to track some of the ideas in `resolvo`: https://github.com/mamba-org/resolvo/issues/1","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprefix-dev%2Fresolvo-rpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprefix-dev%2Fresolvo-rpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprefix-dev%2Fresolvo-rpm/lists"}