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

{
    "name": "aamath",
    "portdir": "math/aamath",
    "version": "0.3",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://fuse.superglue.se/aamath/",
    "description": "renders ASCII art from mathematical expressions",
    "long_description": "Aamath is a program that reads mathematical expressions in infix notation and renders them as ASCII art. It may be useful to send mathematics through text-only media, such as e-mail or newsgroups.",
    "active": true,
    "categories": [
        "textproc",
        "math"
    ],
    "maintainers": [
        {
            "name": "snc",
            "github": "nerdling",
            "ports_count": 147
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "byacc",
                "flex",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "readline"
            ]
        }
    ],
    "depends_on": []
}