-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMETA.json
More file actions
53 lines (52 loc) · 1.38 KB
/
META.json
File metadata and controls
53 lines (52 loc) · 1.38 KB
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": "plparrot",
"abstract": "Parrot Virtual Machine and Rakudo Perl 6 as PostgreSQL procedural languages",
"description": "PL/Parrot embeds Parrot in PostgreSQL and also comes with PL/Perl6 if Rakudo Perl 6 is available",
"version": "0.4.0",
"generated_by": "Jonathan \"Duke\" Leto",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"maintainer": [
"Jonathan \"Duke\" Leto <jonathan@leto.net>"
],
"prereqs": {
"runtime": {
"requires": {
"plpgsql": 0,
"PostgreSQL": "8.5.0"
},
"recommends": {
"PostgreSQL": "9.0.0"
}
}
},
"license": "artistic_2",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [ "parrot", "perl6", "rakudo", "pir", "vm", "perl" ],
"provides": {
"plparrot": {
"file": "plparrot.sql",
"version": "0.4.0"
},
"plperl6": {
"file": "plparrot.sql",
"version": "0.4.0"
}
},
"resources": {
"homepage": "http://pl.parrot.org",
"bugtracker": {
"web": "http://github.com/leto/plparrot/issues/"
},
"repository": {
"url": "git://github.com/leto/plparrot.git",
"web": "https://github.com/leto/plparrot/",
"type": "git"
}
}
}