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

{
    "name": "cppoptlib",
    "portdir": "math/cppoptlib",
    "version": "2024.01.03",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/PatWie/CppNumericalSolvers",
    "description": "Header-only C++17 optimization library",
    "long_description": "cppoptlib is light-weight header-only C++17 library of numerical optimization methods for non-linear functions based on Eigen.",
    "active": true,
    "categories": [
        "math"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2560
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "run",
            "ports": [
                "eigen3"
            ]
        }
    ],
    "depends_on": []
}