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

{
    "name": "sqlite3-pcre2",
    "portdir": "databases/sqlite3-pcre2",
    "version": "0.1",
    "license": "public-domain",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://git.altlinux.org/people/at/packages/?p=sqlite3-pcre.git",
    "description": "Perl-compatible regular expression support for SQLite",
    "long_description": "Perl-compatible regular expression support for SQLite.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [
        {
            "name": "n_larsson",
            "github": "nilason",
            "ports_count": 93
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "sqlite3",
                "pcre2"
            ]
        }
    ],
    "depends_on": []
}