47 releases (31 stable)

3.0.5 Mar 15, 2024
2.2.3 Dec 4, 2023
2.2.2 May 7, 2023
2.2.1 Dec 12, 2021
0.4.0 Oct 11, 2016

#37 in Unix APIs

Download history 590/week @ 2023-12-01 536/week @ 2023-12-08 446/week @ 2023-12-15 494/week @ 2023-12-22 635/week @ 2023-12-29 566/week @ 2024-01-05 462/week @ 2024-01-12 482/week @ 2024-01-19 421/week @ 2024-01-26 424/week @ 2024-02-02 482/week @ 2024-02-09 516/week @ 2024-02-16 508/week @ 2024-02-23 1271/week @ 2024-03-01 929/week @ 2024-03-08 1254/week @ 2024-03-15

4,052 downloads per month
Used in 22 crates (20 directly)

GPL-3.0 license

560KB
14K SLoC

alpm.rs - rust bindings for libalpm

Latest version Documentation

alpm.rs provides complete, safe, ergonomic bindings to the libalpm API, the package management library used by pacman and other tools.

Features

  • mtree - enables the alpm_pkg_mtree_* functions
  • generate - generate the raw alpm-sys bindings at build time
  • checkver - check that the version of libalpm installed is compatible with alpm.rs
  • git - target the git master API
  • static - statically link to libalpm

Note: checkver does not work with the git feature. You can instead use the generate feature to ensure alpm.rs builds against a compatible libalpm version.

libalpm compatibility

alpm.rs always targets the latest version of libalpm. It may also support previous versions if the API was not changed.

alpm.rs also supports the pacman git master via the git feature.

Currently alpm.rs supports libalpm v13.x.x.

Note: When using the git feature, alpm.rs is updated against the libalpm git master as commits happen. As the git version is not considered stable software, this is done without bumping the major version.

Documentation

This crate just provides bindings for libalpm and hence does not document libalpm. You can find documentation for libalpm in the libalpm (3) man page or in alpm.h.

There are also examples on how to use the alpm crate in alpm/examples.

alpm-sys

This repo also contains the alpm-sys crate, providing raw bindings for libalpm. Although you probably just want to use the alpm crate instead.

Dependencies

~0.1–0.9MB