forked from beargiles/pg-bignum
-
Notifications
You must be signed in to change notification settings - Fork 3
/
META.json
41 lines (38 loc) · 1.07 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
40
41
{
"name": "bignum",
"abstract": "Unlimited precision integers",
"description": "Unlimited precision integers provided by the OpenSSL library",
"version": "0.8.0",
"maintainer": "Bear Giles <[email protected]>",
"license": "postgresql",
"provides": {
"bignum": {
"abstract": "Unlimited precision integers",
"file": "sql/bignum.sql",
"docfile": "doc/bignum.md",
"version": "0.0.1"
}
},
"release_status": "stable",
"resources": {
"repository": {
"url": "https://github.com/beargiles/pg-bignum.git",
"web": "https://github.com/beargiles/pg-bignum",
"type": "git"
}
},
"generated_by": "Bear Giles <[email protected]>",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"math",
"unlimited length integer",
"arbitary length integer",
"multiple precision integer",
"user-defined type",
"UDT",
"OpenSSL"
]
}