librpm.rs
                                
                                 librpm.rs copied to clipboard
                                
                                    librpm.rs copied to clipboard
                            
                            
                            
                        Rust bindings to the RPM Package Manager libraries (librpm, librpmbuild, librpmsign)
librpm.rs: RPM Package Manager binding for Rust
The librpm C library (available in the rpm-devel RPM package) exposes a
programmatic interface to the RPM Package Manager, and this crate aims to
provide a safe, idiomatic Rust wrapper.
Status
- [X] Search and query RPM database by tag with exact match, glob, and regex
- [ ] RPM database management: create database, delete database
- [ ] Install and upgrade packages
- [ ] Version comparison support (i.e. dependency sets)
- [ ] RPM reader API (i.e. for .rpmfiles)
- [ ] RPM builder API (i.e. librpmbuild)
- [ ] RPM signing API (i.e. librpmsign)
License
Copyright (C) RustRPM Developers
This library is free software. For more information on free software, see https://www.gnu.org/philosophy/free-sw.en.html.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.