-
Notifications
You must be signed in to change notification settings - Fork 37
/
META.json
39 lines (39 loc) · 1.15 KB
/
META.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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 opperators and functions for constructing and handling Roaring Bitmap.",
"version": "0.5.4",
"maintainer": [
"Chen Huajun <[email protected]>"
],
"license": "apache_2_0",
"provides": {
"pg_roaringbitmap": {
"abstract": "A Roaring Bitmap data type",
"file": "roaringbitmap--0.5.sql",
"docfile": "README.md",
"version": "0.5.4"
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/ChenHuajun/pg_roaringbitmap/issues/"
},
"repository": {
"url": "git://github.com/ChenHuajun/pg_roaringbitmap.git",
"web": "http://github.com/ChenHuajun/pg_roaringbitmap/",
"type": "git"
}
},
"generated_by": "Chen Huajun",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"Roaring Bitmap",
"RoaringBitmap",
"bitmap",
"ordered set"
]
}