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

{
    "name": "orpie",
    "portdir": "math/orpie",
    "version": "1.5.2",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://pessimization.com/software/orpie/",
    "description": "fullscreen RPN calculator for the console",
    "long_description": "Orpie is a fullscreen RPN calculator for the console. Its operation is similar to that of modern HP calculators, but data entry has been optimized for efficiency on a PC keyboard. Features include extensive scientific calculator functionality, command completion, and a visible interactive stack.",
    "active": true,
    "categories": [
        "math"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ocaml",
                "ocaml-camlp4",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gsl"
            ]
        }
    ],
    "depends_on": []
}