{
   "name": "pg_roaringbitmap",
   "abstract": "A Roaring Bitmap data type",
   "description": "This library contains a single PostgreSQL extension, a Roaring Bitmap data type called 'roaringbitmap', along with some convenience operators and functions for constructing and handling Roaring Bitmaps.",
   "version": "1.2.0",
   "date": "2026-06-29T16:11:39Z",
   "maintainer": [
      "Chen Huajun <chjischj@163.com>"
   ],
   "release_status": "stable",
   "user": "chenhj",
   "sha1": "f1ea9ff4143a1be036a9b5061ffe75f8339c1230",
   "license": "apache_2_0",
   "provides": {
      "pg_roaringbitmap": {
         "abstract": "A Roaring Bitmap data type",
         "docfile": "README.md",
         "file": "roaringbitmap--1.1.sql",
         "version": "1.2.0"
      }
   },
   "tags": ["Roaring Bitmap", "RoaringBitmap", "bitmap", "ordered set"],
   "resources": {
      "bugtracker": {
         "web": "http://github.com/ChenHuajun/pg_roaringbitmap/issues/"
      },
      "repository": {
         "type": "git",
         "url": "git://github.com/ChenHuajun/pg_roaringbitmap.git",
         "web": "http://github.com/ChenHuajun/pg_roaringbitmap/"
      }
   }
}
