Go to file
2017-07-20 12:59:26 +01:00
apt-pkg-c expose version comparison 2017-07-20 12:45:30 +01:00
examples source-listing example sorts by version 2017-07-20 12:59:26 +01:00
src fmt 2017-07-20 12:59:00 +01:00
.gitignore list packages (after manual make) 2017-07-12 21:18:34 +01:00
.travis.yml travis' ubuntu is too old for c++0x, upgrade to trusty? 2017-07-13 17:58:37 +01:00
build.rs impl Display; remove prettyprint for compat; fix section 2017-07-13 21:50:53 +01:00
Cargo.toml 0.2.0: fixed iterators, "origin"-like concept exposed 2017-07-14 18:16:57 +01:00
LICENSE.MIT docs / crates.io stuff 2017-07-13 16:12:58 +01:00
README.md docs / crates.io stuff 2017-07-13 16:12:58 +01:00

This crate provides bindings to libapt-pkg.

Build status

Documentation and Examples

See the examples/ folder for some partial implementations of some commands.

https://docs.rs/apt-pkg-native

License Note

While the code in this crate is available under a permissive MIT license, it is useless without libapt-pkg, which is GPL2+.

Building

libapt-pkg-dev must be installed. The gcc crate is used to try and find a native compiler.