//! Gentoo and PMS related utils. //! //! Currently implements: //! - parsers for atoms and DEPEND expressions //! - strongly typed representations of atoms, versions, etc //! - version comparison and equality impls //! - iterator over repos categories and ebuilds //! //! Planned features //! - profile evaluation //! - vdb reader //! - sourcing ebuilds with bash //! pub use atom; pub use useflag; pub use repo;