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

{
    "name": "ace",
    "portdir": "devel/ace",
    "version": "7.0.5",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html",
    "description": "ACE is an object-oriented framework that implements many core patterns for concurrent communication software.",
    "long_description": "The ADAPTIVE Communication Environment (ACE) is a freely available, open-source object-oriented (OO) framework that implements many core patterns for concurrent communication software. ACE provides a rich set of reusable C++ wrapper facades and framework components that perform common communication software tasks across a range of OS platforms. The communication software tasks provided by ACE include event demultiplexing and event handler dispatching, signal handling, service initialization, interprocess communication, shared memory management, message routing, dynamic (re)configuration of distributed services, concurrent execution and synchronization.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "tlockhart1976",
            "github": "lockhart",
            "ports_count": 27
        },
        {
            "name": "jwillemsen",
            "github": "jwillemsen",
            "ports_count": 2
        }
    ],
    "variants": [
        "ssl",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "perl5"
            ]
        }
    ],
    "depends_on": []
}