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

{
    "name": "coinor-osi",
    "portdir": "math/coinor-osi",
    "version": "0.108.9",
    "license": "EPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/coin-or/osi",
    "description": "A uniform API for calling embedded linear and mixed-integer programming solvers.",
    "long_description": "The COIN-OR Open Solver Interface is a uniform API for interacting with callable solver libraries. It supports linear programming solvers as well as the ability to \"finish off\" a mixed-integer problem calling the solver library's MIP solver.",
    "active": true,
    "categories": [
        "math"
    ],
    "maintainers": [
        {
            "name": "flyingsamson",
            "github": "flyingsamson",
            "ports_count": 18
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "glpk",
                "coinor-coinutils"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "coinor-cbc",
                "coinor-cgl",
                "coinor-clp"
            ]
        }
    ]
}