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

{
    "name": "iqtree2",
    "portdir": "science/iqtree2",
    "version": "2.1.3",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.iqtree.org/",
    "description": "Efficient phylogenomic software by maximum likelihood",
    "long_description": "The IQ-TREE software was created as the successor of IQPNNI and TREE-PUZZLE (thus the name IQ-TREE). IQ-TREE was motivated by the rapid accumulation of phylogenomic data, leading to a need for efficient phylogenomic software that can handle a large amount of data and provide more complex models of sequence evolution. To this end, IQ-TREE can utilize multicore computers and distributed parallel computing to speed up the analysis. IQ-TREE automatically performs checkpointing to resume an interrupted analysis.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1153
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "zlib",
                "cmake",
                "libomp",
                "eigen3",
                "boost176",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                null
            ]
        }
    ],
    "depends_on": []
}