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

{
    "name": "libqalculate",
    "portdir": "math/libqalculate",
    "version": "5.2.0",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/qalculate/libqalculate",
    "description": "libqalculate is math libary for expression evaluation with units, variables and functions support and CAS functionality.",
    "long_description": "libqalculate is math libary for expression evaluation with units, variables and functions support and CAS functionality. This library directly supports the GUI interface qalculate-gtk or qalculate-kde.",
    "active": true,
    "categories": [
        "math"
    ],
    "maintainers": [
        {
            "name": "jjstickel",
            "github": "jjstickel",
            "ports_count": 136
        },
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 545
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig",
                "doxygen",
                "intltool",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext",
                "libxml2",
                "gmp",
                "icu",
                "mpfr",
                "readline",
                "curl",
                "libiconv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cantor",
                "kde4-workspace",
                "step",
                "qalculate-gtk",
                "qalculate-qt"
            ]
        }
    ]
}