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

{
    "name": "objectweb-asm",
    "portdir": "java/objectweb-asm",
    "version": "2.1",
    "license": "unknown",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://asm.objectweb.org/",
    "description": "Java bytecode manipulation framework.",
    "long_description": "ASM is a Java bytecode manipulation framework. It offers similar functionalities as BCEL or SERP, but is much smaller and faster than these tools.",
    "active": true,
    "categories": [
        "devel",
        "java"
    ],
    "maintainers": [],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "apache-ant",
                "objectweb-anttasks",
                "clang-9.0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "cobertura"
            ]
        }
    ]
}