eix
A Rust library to parse and search the Gentoo Linux Portage Package Manager eix database format.
Usage
use ;
Examples
eix2json
The library includes an example tool eix2json that converts an eix database to JSON format.
If no output file is specified, it will output to stdout.
eix_version_masks
The example eix_version_masks displays all versions of each package along with their mask flags and other metadata.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.