-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMETA.json
41 lines (40 loc) · 942 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
38
39
40
{
"name": "base36",
"abstract": "Integers represented in base36",
"version": "1.1.1",
"maintainer" : [
"adjustgmbh"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"base36": {
"file": "sql/base36.sql",
"version": "1.1.1",
"abstract": "Integers represented in base36"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"description": "Integers represented in base36",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "10.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/adjust/pg-base36/issues"
},
"repository": {
"url": "git://github.com/adjust/pg-base36.git",
"web": "http://github.com/adjust/pg-base36",
"type": "git"
}
}
}