forked from intgr/mysqlcompat
-
Notifications
You must be signed in to change notification settings - Fork 9
/
META.json
39 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
{
"name": "mysqlcompat",
"abstract": "MySQL compatibility functions",
"description": "A reimplemenation of as many MySQL functions as possible in PostgreSQL, as an aid to porting",
"version": "0.0.7",
"release_status": "stable",
"maintainer": "Marc G Fournier <[email protected]>",
"generated_by": "Marc G Fournier <[email protected]>",
"license": "unrestricted",
"provides": {
"mysqlcompat": {
"abstract": "MySQL compatibility functions",
"file": "all.sql",
"version": "0.0.7"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/2ndQuadrant/mysqlcompat/issues"
},
"repository": {
"url": "https://github.com/2ndQuadrant/mysqlcompat.git",
"web": "https://github.com/2ndQuadrant/mysqlcompat",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"mysql",
"compatibility",
"conversion",
"functions",
"2ndQuadrant"
]
}