{ "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" ] }