GET /api/v1/ports/?format=api&ordering=created_at&page=1057
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52804,
    "next": null,
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=1056",
    "results": [
        {
            "name": "cargs",
            "portdir": "devel/cargs",
            "version": "1.2.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://likle.github.io/cargs",
            "description": "Cross-platform CLI argument parser",
            "long_description": "cargs is a lightweight C command line argument parser library. It provides a simple interface and does not require dynamic memory allocation.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "dev",
                    "github": "McDaMastR",
                    "ports_count": 12
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "jdtls",
            "portdir": "java/jdtls",
            "version": "1.61.0",
            "license": "EPL-2.0",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/eclipse-jdtls/eclipse.jdt.ls",
            "description": "Eclipse JDT Language Server",
            "long_description": "Eclipse JDT Language Server is a Java language server implementation that complies with the Language Server Protocol (LSP).",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk21",
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "run-parts",
            "portdir": "sysutils/run-parts",
            "version": "20221201",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ikysil/run-parts",
            "description": "Run every executable in a directory",
            "long_description": "A bash implementation of run-parts, which runs every executable in a directory in name order. The concept comes from Debian, with the --lsbsysinit and --regex extensions from Ubuntu.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "jrjsmrtn",
                    "github": "jrjsmrtn",
                    "ports_count": 10
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "opencode1",
            "portdir": "llm/opencode1",
            "version": "1.18.32",
            "license": "MIT",
            "platforms": "{darwin any >= 19}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://opencode.ai",
            "description": "OpenCode, an open source AI coding agent",
            "long_description": "OpenCode is an open source AI coding agent. This port tracks the OpenCode 1.x line.",
            "active": true,
            "categories": [
                "llm"
            ],
            "maintainers": [
                {
                    "name": "oakimov",
                    "github": "oakimov",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "npm10",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nodejs22"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}