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

{
    "name": "sqlcipher-tools",
    "portdir": "databases/sqlcipher",
    "version": "4.5.6",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.zetetic.net/sqlcipher/",
    "description": "A bundle of command-line tools for managing SQLite database files",
    "long_description": "A bundle of command-line tools for managing SQLite database files, including the sqldiff program and the sqlite3_analyzer program.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [
        {
            "name": "ybzhao1989",
            "github": "z7z8th",
            "ports_count": 2
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "tcl",
                "openssl3"
            ]
        }
    ],
    "depends_on": []
}