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

{
    "name": "libretroshare",
    "portdir": "net/libretroshare",
    "version": "2024.07.04",
    "license": "(AGPL-3 or Apache-2 or GPL-3 or LGPL-3 or MIT)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://retroshare.cc",
    "description": "RetroShare is a decentralized, private, secure, cross-platform communication software.",
    "long_description": "RetroShare is a decentralized, private, secure, cross-platform communication software. RetroShare functionalities (file sharing, chat, messages, forums, channels…) are implemented under the hood by libretroshare which offer a documented C++ and JSON API. While RetroShare is an application on its own, libretroshare is meant to be used as part of other programs.",
    "active": true,
    "categories": [
        "devel",
        "net",
        "security",
        "p2p"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "git",
                "pkgconfig",
                "doxygen",
                "python311",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "bzip2",
                "restbed",
                "zlib",
                "rapidjson",
                "miniupnpc",
                "openssl3",
                "sqlcipher"
            ]
        }
    ],
    "depends_on": []
}