{
   "name": "re2",
   "abstract": "ClickHouse-compatible regex functions using RE2",
   "version": "0.1.1",
   "date": "2026-04-16T18:18:31Z",
   "maintainer": "Philip Dubé",
   "release_status": "stable",
   "user": "clickhouse",
   "sha1": "8bf37a651f8edfe3a5653feea56c90e3ad7dd978",
   "license": "postgresql",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "13.0.0"
         }
      }
   },
   "provides": {
      "re2": {
         "abstract": "ClickHouse-compatible regex functions using RE2",
         "docfile": "doc/re2.md",
         "file": "re2.control",
         "version": "0.1.1"
      }
   },
   "tags": ["regular expression", "regex", "regexp", "re2", "ClickHouse"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/clickhouse/pg_re2/issues/"
      },
      "repository": {
         "type": "git",
         "url": "git://github.com/clickhouse/pg_re2.git",
         "web": "https://github.com/clickhouse/pg_re2/"
      }
   }
}
