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

{
    "name": "py313-orjson",
    "portdir": "python/py-orjson",
    "version": "3.10.18",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ijl/orjson",
    "description": "orjson is a fast, correct JSON library",
    "long_description": "orjson is a fast, correct JSON library. It benchmarks as the fastest Python library for JSON and is more correct than the standard json library or other third-party libraries. It serializes dataclass, datetime, numpy, and UUID instances natively.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "toby",
            "github": "tobypeterson",
            "ports_count": 223
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py313-maturin",
                "py313-installer",
                "py313-setuptools-rust",
                "cargo",
                "legacy-support",
                "rust",
                "clang-17",
                "py313-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python313",
                "libunwind"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "glances",
                "gramps",
                "py-orjson",
                "py313-discordpy"
            ]
        }
    ]
}