forked from orafce/orafce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
56 lines (56 loc) · 1.46 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "orafce",
"abstract": "Oracle's compatibility functions and packages",
"description": "This module allows use a well known Oracle's functions and packages inside PostgreSQL",
"version": "3.17.0",
"maintainer": [
"Pavel Stehule <pavel.stehule@gmail.com>",
"Takahiro Itagaki <itagaki.takahiro@gmail.com>"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"plpgsql": 0,
"PostgreSQL": "9.5.0"
},
"recommends": {
"PostgreSQL": "14.0.0"
}
}
},
"provides": {
"orafce": {
"file": "sql/orafce.sql",
"docfile": "README.orafce",
"version": "3.17.0",
"abstract": "Oracle's compatibility functions and packages"
}
},
"resources": {
"homepage": "http://www.pgsql.cz/index.php/Oracle_functionality_%28en%29",
"repository": {
"url": "https://github.com/orafce/orafce",
"web": "https://github.com/orafce/orafce",
"type": "git"
}
},
"generated_by": "Pavel Stehule",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"release_status": "stable",
"tags": [
"oracle",
"compatibility",
"user function",
"custom function",
"intrerprocess communication",
"read from file",
"write to file",
"bussiness calendar"
]
}