GET /api/v1/ports/frescobaldi/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "frescobaldi",
    "portdir": "editors/frescobaldi",
    "version": "3.3.0",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.frescobaldi.org/",
    "description": "A LilyPond sheet music text editor",
    "long_description": "Frescobaldi is an advanced text editor to edit LilyPond sheet music files. Features include an integrated PDF preview and a powerful Score Wizard.",
    "active": true,
    "categories": [
        "editors",
        "python"
    ],
    "maintainers": [
        {
            "name": "davide.liessi",
            "github": "dliessi",
            "ports_count": 72
        }
    ],
    "variants": [
        "app",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-py2app",
                "py310-setuptools",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-ly"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-qpageview",
                "py310-poppler-qt5",
                "py310-pyqt5-webengine",
                "py310-pyqt5",
                "portmidi"
            ]
        }
    ],
    "depends_on": []
}