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

{
    "name": "qemu",
    "portdir": "emulators/qemu",
    "version": "9.0.0",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.qemu.org",
    "description": "Emulator for various architectures",
    "long_description": "QEMU is a generic and open source machine emulator. It can run OSes and programs made for one machine on a different machine. By using dynamic translation, it achieves very good performance.",
    "active": true,
    "categories": [
        "emulators"
    ],
    "maintainers": [
        {
            "name": "raimue",
            "github": "raimue",
            "ports_count": 99
        },
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 898
        }
    ],
    "variants": [
        "target_i386",
        "target_x86_64",
        "target_alpha",
        "target_arm",
        "target_cris",
        "target_hppa",
        "target_m68k",
        "target_microblaze",
        "target_mips",
        "target_nios2",
        "target_or1k",
        "target_ppc",
        "target_riscv32",
        "target_riscv64",
        "target_rx",
        "target_s390x",
        "target_sh4",
        "target_sparc",
        "target_tricore",
        "target_xtensa",
        "cocoa",
        "curses",
        "gtk3",
        "sdl2",
        "usb",
        "curl",
        "vnc",
        "spice_protocol",
        "spice",
        "vde",
        "ssh",
        "dbus"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py312-sphinx_rtd_theme",
                "libtool",
                "ninja",
                "pkgconfig",
                "perl5",
                "texinfo",
                "clang-16",
                "py312-meson",
                "py312-sphinx"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "spice-server",
                "usbredir",
                "libjpeg-turbo",
                "bzip2",
                "libpng",
                "libslirp",
                "cyrus-sasl2",
                "libpixman",
                "lzfse",
                "lzo2",
                "snappy",
                "zlib",
                "zstd",
                "glib2",
                "gnutls",
                "libusb",
                "spice-protocol"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "docker-machine-driver-qemu",
                "macpine",
                "lima",
                "podman"
            ]
        }
    ]
}