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

{
    "name": "chmlib",
    "portdir": "textproc/chmlib",
    "version": "0.40",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.jedrea.com/chmlib/",
    "description": "A library for dealing with Microsoft ITSS/CHM files",
    "long_description": "chmlib is a small library designed for accessing Microsoft ITSS files. The ITSS file format is used for Microsoft Html Help files (.chm), which have been the predominant medium for software documentation from Microsoft during the past several years.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "kchmviewer",
                "py27-chm",
                "xchm",
                "okular"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py27-chm2pdf"
            ]
        }
    ]
}