-
Notifications
You must be signed in to change notification settings - Fork 4
/
META.json
35 lines (35 loc) · 855 Bytes
/
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
{
"name": "pgbitmap",
"abstract": "Bitmap-type extension for PostgreSQL",
"description": "Provides a type for storing and manipulating bitmaps (space efficient arrays of bits).",
"version": "0.9.5",
"maintainer": ["Marc Munro <marc@bloodnok.com>"],
"license": {
"BSD": "http://www.opensource.org/licenses/bsd-license.html"
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.5.0"
}
}
},
"provides": {
"pgbitmap": {
"file": "pgbitmap--0.9.5.sql",
"version": "0.9.5",
"docfile": "README.md"
}
},
"resources": {
"homepage": "https://github.com/marcmunro/pgbitmap",
"repository": {
"url": "https://github.com/marcmunro/pgbitmap.git",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}