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

{
    "name": "snac",
    "portdir": "net/snac",
    "version": "2.71",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://codeberg.org/grunfink/snac2",
    "description": "A simple, minimalistic ActivityPub instance",
    "long_description": "snac Social Networks Are Crap This program is written in highly portable C. Features from the README.md: - Lightweight, minimal dependencies - Extensive support of ActivityPub operations, e.g. write public notes, follow users, be followed, reply to the notes of others, admire wonderful content (like or boost), write private messages... - Simple but effective web interface - Multiuser - Mastodon API support, so Mastodon-compatible apps can be used (work in progress) - Simple but effective web interface - Easily-accessed MUTE button to silence morons - Tested interoperability with related software - No database needed - Totally JavaScript-free - No cookies either - Not much bullshit",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "artkiver",
            "github": "artkiver",
            "ports_count": 11
        }
    ],
    "variants": [
        "nomastodon",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openssl",
                "curl"
            ]
        }
    ],
    "depends_on": []
}