GET /api/v1/ports/docker-machine-driver-qemu/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "docker-machine-driver-qemu",
"portdir": "devel/docker-machine-driver-qemu",
"version": "20220617",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/machine-drivers/docker-machine-driver-qemu",
"description": "Docker machine driver for pure qemu/kvm - no libvirt",
"long_description": "A plugin for Docker Machine allowing to create Docker hosts locally on QEMU",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "sainnhe",
"github": "sainnhe",
"ports_count": 7
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"docker-machine"
]
},
{
"type": "run",
"ports": [
"qemu"
]
}
],
"depends_on": []
}