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

{
    "name": "xylib",
    "portdir": "math/xylib",
    "version": "1.6",
    "license": "LGPL-2.1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://xylib.sourceforge.net",
    "description": "library for reading x-y data files",
    "long_description": "xylib is a portable library for reading files that contain x-y data from powder diffraction, spectroscopy and other experimental methods.",
    "active": true,
    "categories": [
        "math"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1825
        }
    ],
    "variants": [
        "debug",
        "gui",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "boost176",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "bzip2",
                "zlib",
                "wxWidgets-3.0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "fityk"
            ]
        }
    ]
}