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

{
    "name": "couchdb",
    "portdir": "databases/couchdb",
    "version": "1.7.1",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://couchdb.apache.org/",
    "description": "CouchDB is a document database server",
    "long_description": "CouchDB is a document database server with a restful HTTP API, capable of storing arbitrary JSON documents, building powerful data views, defined in JavaScript, and processed in parallel using Map/Reduce. It leaves out SQL and transactions for simplicity's sake, to improve scalability and to relax users' lives.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [
        {
            "name": "ciserlohn",
            "github": "ci42",
            "ports_count": 38
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "help2man",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "icu",
                "curl",
                "erlang",
                "spidermonkey185"
            ]
        }
    ],
    "depends_on": []
}