{
   "name": "re2",
   "abstract": "ClickHouse-compatible regex functions using RE2",
   "version": "0.1.0",
   "date": "2026-04-15T21:05:53Z",
   "maintainer": "Philip Dubé",
   "release_status": "stable",
   "user": "clickhouse",
   "sha1": "a9c700a55f462bd57b65b00e03e37bdc664031f8",
   "license": "postgresql",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "16.0.0"
         }
      }
   },
   "provides": {
      "re2": {
         "abstract": "ClickHouse-compatible regex functions using RE2",
         "docfile": "doc/re2.md",
         "file": "re2.control",
         "version": "0.1.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/"
      }
   }
}
