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

{
    "name": "ADOL-C",
    "portdir": "math/ADOL-C",
    "version": "2.7.2",
    "license": "(EPL-1 or GPL-2)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://projects.coin-or.org/ADOL-C/",
    "description": "Algorithmic Differentiation Library for C/C++",
    "long_description": "The package ADOL-C (Automatic Differentiation by OverLoading in C++) facilitates the evaluation of first and higher derivatives of vector functions that are defined by computer programs written in C or C++",
    "active": true,
    "categories": [
        "science",
        "math"
    ],
    "maintainers": [
        {
            "name": "mcalhoun",
            "github": "MarcusCalhoun-Lopez",
            "ports_count": 1159
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ColPack",
                "boost176"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "deal.ii"
            ]
        }
    ]
}