GET /api/v1/ports/py310-parsimonious/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py310-parsimonious",
    "portdir": "python/py-parsimonious",
    "version": "0.10.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/erikrose/parsimonious",
    "description": "The fastest pure-Python PEG parser I can muster",
    "long_description": "Parsimonious aims to be the fastest arbitrary-lookahead parser written in pure Python—and the most usable. It's based on parsing expression grammars (PEGs), which means you feed it a simplified sort of EBNF notation.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-installer",
                "clang-17",
                "py310-setuptools",
                "py310-wheel",
                "py310-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-regex"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest"
            ]
        }
    ],
    "depends_on": []
}