-
Notifications
You must be signed in to change notification settings - Fork 8
/
META.json
35 lines (35 loc) · 883 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": "tinyint",
"abstract": "1 byte integer data type",
"description": "This provides 1 byte integer with full set of operators, index access methods and definition of them.",
"version": "0.1.1",
"maintainer": "Hitoshi Harada <[email protected]>",
"license": "postgresql",
"provides": {
"tinyint": {
"abstract": "1 byte integer",
"version": "0.1.1",
"file": "tinyint.sql",
"docfile": "doc/tinyint.md"
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/umitanuki/tinyint-postgresql/issues/"
},
"repository": {
"url": "git://github.com/umitanuki/tinyint-postgresql.git",
"web": "http://github.com/umitanuki/tinyint-postgresql",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"datatype",
"integer",
"tinyint"
]
}