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

{
    "name": "syncthing",
    "portdir": "net/syncthing",
    "version": "1.27.6",
    "license": "MPL-2",
    "platforms": "darwin freebsd linux",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://syncthing.net",
    "description": "Open Source Continuous File Synchronization",
    "long_description": "Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 897
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "go",
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "syncthing-macos"
            ]
        }
    ]
}