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

{
    "name": "mosml",
    "portdir": "lang/mosml",
    "version": "2.10.1",
    "license": "GPL-2+",
    "platforms": "{darwin < 24}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://mosml.org",
    "description": "Moscow ML is an implementation of Standard ML (SML)",
    "long_description": "Moscow ML is a light-weight implementation of Standard ML (SML), a strict functional language widely used in teaching and research. The latest release of Moscow ML implements the full Standard ML language, as revised 1997, including Modules and some extensions, yet is backwards compatible with versions prior to 2.00, and implements large parts of the new SML Basis Library.",
    "active": true,
    "categories": [
        "devel",
        "lang",
        "ml"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2560
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gmp"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "mosml-dynlibs"
            ]
        }
    ]
}