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

{
    "name": "py38-crc32c",
    "portdir": "python/py-crc32c",
    "version": "2.3",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ICRAR/crc32c",
    "description": "A python package implementing the crc32c algorithm in hardware and software.",
    "long_description": "This package implements the crc32c checksum algorithm. It automatically chooses between a hardware-based implementation (using the CRC32C SSE 4.2 instruction of Intel CPUs, and the crc32* instructions on ARMv8 CPUs), or a software-based one when no hardware support can be found.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py38-build",
                "py38-setuptools",
                "py38-wheel",
                "py38-installer",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py38-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py38-tensorboardX"
            ]
        }
    ]
}