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

{
    "name": "sqlcipher",
    "portdir": "databases/sqlcipher",
    "version": "4.5.6",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.zetetic.net/sqlcipher/",
    "description": "An security extesion to the embedded SQL database engine",
    "long_description": "SQLCipher extends the SQLite database library to add security enhancements that make it more suitable for encrypted local data storage like: * on-the-fly encryption * tamper detection * memory sanitization * strong key derivation. SQLite3 is an SQL database engine in a C library. Programs that link the SQLite3 library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite3) that can be used to administer an SQLite3 database and which serves as an example of how to use the SQLite3 library.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [
        {
            "name": "ybzhao1989",
            "github": "z7z8th",
            "ports_count": 2
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "libedit",
                "ncurses",
                "openssl3"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "libretroshare"
            ]
        }
    ]
}