libalpm-fork

Crates.iolibalpm-fork
lib.rslibalpm-fork
version0.1.4
sourcesrc
created_at2018-10-31 18:55:24.148635
updated_at2018-10-31 19:29:24.20989
descriptionAn aspirationally safe wrapper around libalpm (the Arch Linux Package Manager). This fork compiles on stable rust.
homepagehttps://github.com/vn971/alpm/tree/master/libalpm
repositoryhttps://github.com/vn971/alpm
max_upload_size
id93856
size126,989
Vasili Novikov (vn971)

documentation

https://derekdreery.github.io/alpm/libalpm/index.html

README

libalpm (A wrapper round libalpm, the Arch Linux Package Manager)

This fork compiles on stable rust: https://crates.io/crates/libalpm-fork

The code is taken from here: https://github.com/jameslzhu/alpm and published. Unfortunately, the real author of the code didn't publish it.

Hopefully it'll be resolved over time and "jameslzhu" will publishe their code themselves.


I've changed some function names to match rust convention (e.g. no 'get', get_value() => value(), no shortened words desc => description).

Currently linux-only.

Commit count: 44

cargo fmt