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

{
    "name": "espresso",
    "portdir": "math/espresso",
    "version": "1.0",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://embedded.eecs.berkeley.edu/pubs/downloads/espresso/",
    "description": "logic minimization program",
    "long_description": "Espresso is a program using heuristic and specific algorithms for efficiently reducing the complexity of digital electronic gate circuits",
    "active": true,
    "categories": [
        "devel",
        "science",
        "math"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        }
    ],
    "depends_on": []
}