-
Notifications
You must be signed in to change notification settings - Fork 2
/
META.json
39 lines (38 loc) · 1.06 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
{
"name": "language",
"abstract": "Enumerable type for languages",
"version": "0.0.4",
"maintainer": [ "Chris Travers <[email protected]>", "Manuel Kniep <[email protected]>" ],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"language": {
"file": "sql/pg-language.sql",
"version": "0.0.4",
"abstract": "Enumerable language. Stored in one byte."
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"description": "This extension offers a fixed-byte storage type that works as an enum for major languages.",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.3.0"
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/adjust/pg-language/issues"
},
"repository": {
"url": "git://github.com/adjust/pg-language.git",
"web": "http://github.com/adjust/pg-language",
"type": "git"
}
}
}