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

{
    "name": "octave-odebvp",
    "portdir": "octave/octave-odebvp",
    "version": "1.0.6",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://octave.sourceforge.io/odebvp/",
    "description": "To approximate the solution of the boundary-value problem y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta by the linear finite-diffence method.",
    "long_description": "To approximate the solution of the boundary-value problem y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta by the linear finite-diffence method.",
    "active": false,
    "categories": [
        "science",
        "math",
        "octave"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "octave"
            ]
        }
    ],
    "depends_on": []
}