{
    "content": [
        {
            "type": "text",
            "text": "# Dpkg::Deps::OR (perldoc)\n\n## NAME\n\nDpkg::Deps::OR - list of OR dependencies\n\n## DESCRIPTION\n\nThis class represents a list of dependencies of which only one must be met for the dependency to\nbe true. It inherits from Dpkg::Deps::Multiple.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **METHODS**\n- **CHANGES**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Dpkg::Deps::OR",
        "section": "",
        "mode": "perldoc",
        "summary": "Dpkg::Deps::OR - list of OR dependencies",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 18,
                "subsections": []
            },
            {
                "name": "CHANGES",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Dpkg::Deps::OR - list of OR dependencies\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This class represents a list of dependencies of which only one must be met for the dependency to\nbe true. It inherits from Dpkg::Deps::Multiple.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "$dep->output([$fh])\nThe output method uses \" | \" to join the list of sub-dependencies.\n\n$dep->implies($otherdep)\nReturns 1 when $dep implies $otherdep. Returns 0 when $dep implies NOT($otherdep). Returns\nundef when there's no implication. $dep and $otherdep do not need to be of the same type.\n\n$dep->getevaluation($facts)\nEvaluates the dependency given a list of installed packages and a list of virtual packages\nprovided. These lists are part of the Dpkg::Deps::KnownFacts object given as parameters.\n\nReturns 1 when it's true, 0 when it's false, undef when some information is lacking to\nconclude.\n\n$dep->simplifydeps($facts, @assumeddeps)\nSimplifies the dependency as much as possible given the list of facts (see object\nDpkg::Deps::KnownFacts) and a list of other dependencies that are known to be true.\n",
                "subsections": []
            },
            "CHANGES": {
                "content": "Version 1.00 (dpkg 1.15.6)\nMark the module as public.\n",
                "subsections": []
            }
        }
    }
}