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

{
    "name": "drip",
    "portdir": "java/drip",
    "version": "0.2.4-17-ga4bd00d",
    "license": "EPL-1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ninjudd/drip",
    "description": "Fast JVM launching without the hassle of persistent JVMs",
    "long_description": "Drip is a launcher for the Java Virtual Machine that provides much faster startup times than the java command. The drip script is intended to be a drop-in replacement for the java command, only faster.",
    "active": true,
    "categories": [
        "sysutils",
        "java"
    ],
    "maintainers": [
        {
            "name": "amake",
            "github": "amake",
            "ports_count": 134
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openjdk8"
            ]
        }
    ],
    "depends_on": []
}