{
   "name": "re2",
   "abstract": "ClickHouse-compatible regex functions using RE2",
   "version": "0.2.0",
   "date": "2026-05-26T18:43:42Z",
   "maintainer": "Philip Dubé",
   "release_status": "stable",
   "user": "clickhouse",
   "sha1": "7ba0af8c92d62bf91a687aae48b09feb4acd9988",
   "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.2.0"
      }
   },
   "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/"
      }
   }
}
