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

{
    "name": "mongodb-devel",
    "portdir": "databases/mongodb-devel",
    "version": "6.0.7",
    "license": "SSPL",
    "platforms": "{darwin >= 18}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.mongodb.com/community",
    "description": "high-performance, schema-free, document-oriented (\"NoSQL\") database",
    "long_description": "MongoDB is a high-performance, schema-free, document-oriented (\"NoSQL\") database. The mongodb-devel port tracks the rapid release cycle which makes new features available faster but is not supported.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1825
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "libyaml",
                "python311",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "pcre",
                "yaml-cpp",
                "curl",
                "snappy",
                "libstemmer",
                "cyrus-sasl2",
                "libpcap",
                "zlib",
                "zstd"
            ]
        }
    ],
    "depends_on": []
}