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

{
    "name": "tablix",
    "portdir": "math/tablix",
    "version": "0.3.5",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.tablix.org/",
    "description": "Kernel for solving general timetabling problems",
    "long_description": "Tablix is a powerful free software kernel for solving general timetabling problems. It uses a coarse-grained parallel genetic algorithm in combination with other techniques to construct sensible timetables from XML formatted problem descriptions. Tablix supports a very wide range of timetabling problems, from high school timetabling to barge scheduling. A number of timetable constraints are already implemented in the default installation and kernel's modular design makes it is easy to add new ones.",
    "active": true,
    "categories": [
        "math"
    ],
    "maintainers": [
        {
            "name": "tomaz.solc",
            "github": "",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "pvm",
                "libxml2"
            ]
        },
        {
            "type": "run",
            "ports": [
                "gnuplot"
            ]
        }
    ],
    "depends_on": []
}