forked from dvarrazzo/pgmp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
40 lines (39 loc) · 1.17 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": "pgmp",
"abstract": "PostgreSQL Multiple Precision Arithmetic extension",
"description": "The pgmp extension adds PostgreSQL data types wrapping the high performance integer and rational data types offered by the GMP library.",
"version": "1.1.0dev0",
"maintainer": "Daniele Varrazzo <daniele.varrazzo@gmail.com>",
"tags": [ "arithmetic", "gmp", "rational", "integer", "data types" ],
"release_status": "stable",
"license": "lgpl_3_0",
"provides": {
"pgmp": {
"file": "sql/pgmp.sql",
"version": "1.1.0dev0",
"abstract": "PostgreSQL Multiple Precision Arithmetic extension"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.4.0"
}
}
},
"resources": {
"homepage": "https://dvarrazzo.github.io/pgmp/",
"bugtracker": {
"web": "https://github.com/dvarrazzo/pgmp/issues"
},
"repository": {
"url": "git://github.com/dvarrazzo/pgmp.git",
"web": "https://github.com/dvarrazzo/pgmp/",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
}
}