forked from pandrewhk/hashtypes
-
Notifications
You must be signed in to change notification settings - Fork 3
/
META.json
44 lines (44 loc) · 1.02 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
{
"name": "hashtypes",
"abstract": "data types for sha{1,256,512}, md5 and crc32",
"version": "0.1.5",
"maintainer" : [
"adjustgmbh"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"hashtypes": {
"file": "sql/hashtypes--0.1.5.sql",
"version": "0.1.5",
"abstract": "data types for sha{1,256,512}, md5 and crc32"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"description": "data types for sha{1,256,512}, md5 and crc32",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "10.0.0"
}
}
},
"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"
]
}