-
Notifications
You must be signed in to change notification settings - Fork 3
/
META.json
37 lines (37 loc) · 1009 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
36
37
{
"name": "pgDecimal2",
"abstract": "decimal64 and decimal128 data types",
"description": "decimal64/128 using IEEE decimal floating point types",
"version": "2.0.0",
"maintainer": [
"Feng Tian <[email protected]>"
],
"license": {
"PostgresSQL": "http://www.postgresql.org/about/license"
},
"provides": {
"pgDecimal2": {
"abstract": "8 and 16 bytes IEEE decimal floating point types",
"file": "decimal--2.0.sql",
"version": "2.0.0"
}
},
"resources": {
"homepage": "http://github.com/vitesse-ftian/pgdecimal/",
"repository": {
"url": "http://github.com/vitesse-ftian/pgdecimal.git",
"web": "http://github.com/vitesse-ftian/pgdecimal/",
"type": "git"
}
},
"generated_by": "Feng Tian",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"type",
"numeric",
"fix length"
]
}