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

{
    "name": "jmol",
    "portdir": "science/jmol",
    "version": "14.31.44",
    "license": "LGPL-2.1+",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://jmol.sourceforge.net/",
    "description": "An open-source Java viewer for chemical structures in 3D",
    "long_description": "Jmol is a free, open source molecule viewer for students, educators, and researchers in chemistry and biochemistry. This port only installs the Jmol application, not the applet or developer version. If you want to use it, please download it from the Jmol homepage.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "p.bro",
            "github": "p-bro",
            "ports_count": 1
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openjdk8"
            ]
        }
    ],
    "depends_on": []
}