#arch-linux #pkg #pkg-utils

pkg-utils

A reimplementation of some pacman functionality in pure rust. WIP

1 unstable release

Uses old Rust 2015

0.1.0 Sep 10, 2019

#26 in #pkg

24 downloads per month
Used in 2 crates (via aurum)

MIT license

31KB
579 lines

Pkg-Utils

This crate implements a subset of libalpm badly for use in aurum. I didn't want to have to deal with an API that wasn't really designed for use from Rust (nor for doing dependency resolution for packages not included in the Db system), so I wrote my own. So far it seems to work well.

This crate is a heavy WIP and the API is by no means fixed. I anybody wants to use/build on this crate I am more than happy to marge back changes/iterate on issues/that kind of thing. Just shoot me issues/emails/MRs.

Dependencies

~6–15MB
~219K SLoC