alpm-types 0.11.2

Types for Arch Linux Package Management
Documentation
1
2
3
4
5
6
7
8
9
10
//! Version handling.

pub mod base;
pub mod buildtool;
pub mod comparison;
pub mod pkg_full;
pub mod pkg_generic;
pub mod pkg_minimal;
pub mod requirement;
pub mod schema;