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

Forked from here: https://github.com/jameslzhu/alpm Original description below.

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.