1{
2  "name": "hashtypes",
3  "abstract": "data types for sha{1,256,512}, md5 and crc32",
4  "version": "0.1.1",
5  "maintainer": "Andrey Popp <8mayday@gmail.com>",
6  "license": "postgresql",
7  "meta-spec": {
8    "version": "1.0.0",
9    "url": "http://pgxn.org/meta/spec.txt"
10  },
11  "provides": {
12    "hashtypes": {
13      "file": "sql/hashtypes--0.1.sql",
14      "version": "0.1.0"
15    }
16  },
17  "resources": {
18    "bugtracker": {
19      "web": "http://github.com/infofarmer/hashtypes/issues/"
20    },
21    "repository": {
22      "url":  "git://github.com/infofarmer/hashtypes.git",
23      "web":  "http://github.com/infofarmer/hashtypes/",
24      "type": "git"
25    }
26  },
27  "tags": [
28    "datatype", "sha", "md5", "sha256",
29    "sha1", "sha512", "crc32", "hash"
30  ]
31}
32