-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMETA.json
34 lines (34 loc) · 880 Bytes
/
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
{
"name": "pg_xxhash",
"abstract": "PostgreSQL xxHash",
"description": "pg_xxhash implements fast xxhash hash calculation",
"version": "0.0.1",
"maintainer": "hatarist <hatarist@gmail.com>",
"license": "mit",
"provides": {
"pg_xxhash": {
"file": "xxhash--0.0.1.sql",
"version": "0.0.1"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/hatarist/pg_xxhash/issues"
},
"repository": {
"url": "git://github.com/hatarist/pg_xxhash.git",
"web": "https://github.com/hatarist/pg_xxhash",
"type": "git"
}
},
"generated_by": "hatarist",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"functions",
"hash",
"xxhash"
]
}