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

{
    "name": "seqan3",
    "portdir": "science/seqan3",
    "version": "3.3.0",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.seqan.de",
    "description": "SeqAn3 - The modern C++ library for sequence analysis",
    "long_description": "SeqAn3 is the new version of the popular SeqAn template library for the analysis of biological sequences. It enables the rapid development of high-performance solutions by providing generic algorithms and data structures By leveraging modern C++ it provides unprecedented ease-of-use without sacrificing performance.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "rene.rahn",
            "github": "rrahn",
            "ports_count": 2
        }
    ],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "gcc13"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "bzip2",
                "libgcc13",
                "zlib",
                "libgcc"
            ]
        }
    ],
    "depends_on": []
}