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

{
    "name": "mu",
    "portdir": "mail/mu",
    "version": "1.12.1",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.djcbsoftware.nl/code/mu/",
    "description": "Command-line tools to index and search email (aka maildir-utils)",
    "long_description": "mu is a set of command-line tools for Linux/Unix that enable you to quickly find the e-mails you are looking for. First, a tool called mu-index fills a database with information about all your e-mails. After that, you can easily search for them, using mu-find and its dedicated query language.",
    "active": true,
    "categories": [
        "mail"
    ],
    "maintainers": [
        {
            "name": "ra1nb0w",
            "github": "ra1nb0w",
            "ports_count": 146
        }
    ],
    "variants": [
        "emacs",
        "guile",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "meson",
                "ninja",
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "xapian-core",
                "gmime3"
            ]
        }
    ],
    "depends_on": []
}