-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json.in
45 lines (45 loc) · 1.17 KB
/
META.json.in
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
{
"name": "clerk_fdw",
"abstract": "A foreign data wrapper for Clerk",
"description": "A simple open-source data wrapper that bridges the gap between your Postgres database and [Clerk](https://clerk.com/) a leading user management platform.",
"version": "@CARGO_VERSION@",
"maintainer": [
"Tembo <[email protected]>"
],
"license": "postgresql",
"provides": {
"clerk_fdw": {
"abstract": "A foreign data wrapper for Clerk",
"file": "src/lib.rs",
"docfile": "README.md",
"version": "@CARGO_VERSION@"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "15.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/tembo-io/clerk_fdw/issues/"
},
"repository": {
"url": "git://github.com/tembo-io/clerk_fdw.git",
"web": "https://github.com/tembo-io/clerk_fdw/",
"type": "git"
}
},
"generated_by": "Jay Kothari",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"fdw",
"foreign data wrapper",
"clerk"
]
}