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

{
    "name": "coinor-liblemon",
    "portdir": "science/coinor-liblemon",
    "version": "1.3.1",
    "license": "Boost-1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://lemon.cs.elte.hu",
    "description": "Library of Efficient Models and Optimization in Networks",
    "long_description": "A C++ template library providing easy-to-use implementations of common graph and network related data structures and algorithms.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "",
            "github": "BSeppke",
            "ports_count": 1
        }
    ],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-9.0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "seqan2-apps"
            ]
        }
    ]
}