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

{
    "name": "Vc",
    "portdir": "math/Vc",
    "version": "1.4.1",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/VcDevel/Vc",
    "description": "Portable, zero-overhead SIMD library for C++",
    "long_description": "Vc is a free software library to ease explicit vectorization of C++ code. It has an intuitive API and provides portability between different compilers and compiler versions as well as portability between different vector instruction sets. Thus an application written with Vc can be compiled for \n AVX and AVX2 \n SSE2 up to SSE4.2 \n SSE4a, XOP, FMA4, and FMA \n Scalar (fallback which works everywhere)",
    "active": true,
    "categories": [
        "devel",
        "math"
    ],
    "maintainers": [
        {
            "name": "rjvbertin",
            "github": "RJVB",
            "ports_count": 58
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-9.0"
            ]
        }
    ],
    "depends_on": []
}