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

{
    "name": "py313-ctypeslib2",
    "portdir": "python/py-ctypeslib2",
    "version": "2.3.4",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/trolldbois/ctypeslib",
    "description": "Generate python ctypes classes from C headers.",
    "long_description": "This fork of ctypeslib is mainly about using the libclang >= 3.7 python bindings to generate python code from C source code, instead of gccxml.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "eborisch",
            "github": "eborisch",
            "ports_count": 218
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py313-wheel",
                "py313-build",
                "py313-installer",
                "py313-setuptools",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py313-setuptools",
                "py313-clang",
                "python313"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-ctypeslib2"
            ]
        }
    ]
}