logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Lintian::Relation::Predicate - Lintian type for relationship predicates

Author

Originally written by Russ Allbery <rra@debian.org> for Lintian.

Description

This module provides functions for parsing and evaluating package relationships such as Depends and Recommends for binary packages and Build-Depends for source packages. It parses a relationship into an internal format and can then answer questions such as "does this dependency require that a given package be installed" or "is this relationship a superset of another relationship."

Instance Methods

literal "parsable" name multiarch_qualifier version_operator reference_version build_architecture build_profile parse satisfies satisfies_inverse to_string

Name

Lintian::Relation::Predicate - Lintian type for relationship predicates

See Also

lintian(1) Lintian v2.122.0ubuntu1 2025-05-01 Lintian::Relation::Predicate(3)

Synopsis

use Lintian::Relation::Predicate;

See Also