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

{
    "name": "htslib",
    "portdir": "science/htslib",
    "version": "1.19.1",
    "license": "MIT and BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.htslib.org",
    "description": "C library for accessing SAM, CRAM, VCF, BCF and other file formats used for high-throughput sequencing data",
    "long_description": "HTSlib is an implementation of a unified C library for accessing common file formats, such as SAM, CRAM, VCF and BCF, used for high-throughput sequencing data. It is the core library used by SAMtools and BCFtools.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1761
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "bzip2",
                "xz",
                "zlib",
                "curl",
                "libdeflate"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py27-pyvcf",
                "py36-pyvcf",
                "samtools",
                "bcftools",
                "py37-pysam",
                "cufflinks",
                "py37-pyvcf",
                "py38-pysam",
                "py39-pysam",
                "py310-pysam",
                "py311-pysam",
                "py312-pysam"
            ]
        }
    ]
}