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

{
    "name": "zeroinstall-injector",
    "portdir": "sysutils/zeroinstall-injector",
    "version": "1.7",
    "license": "LGPL",
    "platforms": "{darwin any} freebsd linux",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://0install.net",
    "description": "The Zero Install Injector (0launch)",
    "long_description": "The Zero Install Injector makes it easy for users to install software without needing root privileges. It takes the URL of a program and runs it (downloading it first if necessary). Any dependencies of the program are fetched in the same way. The user controls which version of the program and its dependencies to use.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "gnupg2",
                "py27-pygtk"
            ]
        },
        {
            "type": "run",
            "ports": [
                "sudo"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py27-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "rox-all"
            ]
        }
    ]
}