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

{
    "name": "fricas",
    "portdir": "math/fricas",
    "version": "1.3.11",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://fricas.sourceforge.net/",
    "description": "The Fricas computer algebra system",
    "long_description": "FriCAS is a computer algebra system. FriCAS is a fork of Axiom. The basic goal of FriCAS is to create a free advanced world-class CAS. FriCAS builds on the Axiom codebase. The FriCAS algebra library is one of the largest and most advanced free general purpose computer algebra systems -- this gives a good foundation to build on. Additionally, the FriCAS algebra library is written in a high level strongly typed language (Spad), which allows natural expression of mathematical algorithms. This makes FriCAS easier to understand and extend.",
    "active": true,
    "categories": [
        "math"
    ],
    "maintainers": [
        {
            "name": "pieter",
            "github": "pietvo",
            "ports_count": 3
        }
    ],
    "variants": [
        "x11",
        "hunchentoot",
        "sbcl",
        "ccl",
        "ecl",
        "gmp"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "sbcl",
                "xorg-libX11",
                "xorg-libice",
                "xorg-libsm",
                "xpm"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py37-jfricas",
                "py38-jfricas",
                "py39-jfricas",
                "py310-jfricas",
                "py311-jfricas"
            ]
        }
    ]
}