-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathMETA.json
More file actions
31 lines (31 loc) · 793 Bytes
/
META.json
File metadata and controls
31 lines (31 loc) · 793 Bytes
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
{
"name": "hashtypes",
"abstract": "data types for sha{1,256,512}, md5 and crc32",
"version": "0.1.4",
"maintainer": ["Chris Travers <chris.travers@adjust.com>", "Manuel Kniep <rapimo@adjust.com>"],
"license": "postgresql",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"provides": {
"hashtypes": {
"file": "sql/hashtypes--0.1.4.sql",
"version": "0.1.4"
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/adjust/hashtypes/issues/"
},
"repository": {
"url": "git://github.com/adjust/hashtypes.git",
"web": "http://github.com/adjust/hashtypes/",
"type": "git"
}
},
"tags": [
"datatype", "sha", "md5", "sha256",
"sha1", "sha512", "crc32", "hash"
]
}