-
Notifications
You must be signed in to change notification settings - Fork 1
/
META.json
42 lines (41 loc) · 1.08 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
{
"name": "permuteseq",
"abstract": "Extension to manage scalable pseudo-random permutations of sequences",
"version": "1.2.2",
"release_status": "stable",
"maintainer": "Daniel Vérité <[email protected]>",
"license": "postgresql",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.1.0"
}
}
},
"provides": {
"permuteseq": {
"file": "sql/permuteseq--1.2.sql",
"version": "1.2.2",
"abstract": "Extension to manage scalable pseudo-random permutations of sequences"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/dverite/permuteseq/issues"
},
"repository": {
"url": "git://github.com/dverite/permuteseq.git" ,
"web": "https://github.com/dverite/permuteseq",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"sequence",
"feistel",
"crypto"
]
}