-
Notifications
You must be signed in to change notification settings - Fork 4
/
META.json
53 lines (53 loc) · 1.43 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
{
"name": "plv8u",
"abstract": "A procedural language in JavaScript powered by V8 (Untrusted)",
"description": "plv8u is an untrusted procedural language that is safe to use, fast to run and easy to develop.",
"version": "0.1.0-dv",
"maintainer": [
"Jerry Sievert <[email protected]>"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"release_status": "stable",
"prereqs": {
"runtime": {
"requires": {
"v8": "5.4.500",
"PostgreSQL": "8.4.0"
},
"recommends": {
"PostgreSQL": "9.5.0"
}
}
},
"provides": {
"plv8u": {
"file": "plv8u--0.1.0-dev.sql",
"docfile": "doc/plv8.md",
"version": "0.1.0-dev",
"abstract": "A procedural language in JavaScript"
}
},
"resources": {
"homepage": "https://github.com/plv8/plv8u",
"bugtracker": {
"web": "https://github.com/plv8/plv8u/issues"
},
"repository": {
"url": "https://github.com/plv8/plv8u",
"web": "https://github.com/plv8/plv8u.git",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"PL",
"JavaScript",
"v8",
"untrusted"
]
}