{ "name": "pgmp", "abstract": "PostgreSQL Multiple Precision Arithmetic extension", "description": "The pgmp extension adds PostgreSQL data types wrapping the high performance integer and rational data types offered by the GMP library.", "version": "1.0.3", "maintainer": "Daniele Varrazzo ", "tags": [ "arithmetic", "gmp", "rational", "integer", "data types" ], "release_status": "stable", "license": "lgpl_3_0", "provides": { "pgmp": { "file": "sql/pgmp.sql", "version": "1.0.3", "abstract": "PostgreSQL Multiple Precision Arithmetic extension" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "8.4.0" } } }, "resources": { "homepage": "https://dvarrazzo.github.io/pgmp/", "bugtracker": { "web": "https://github.com/dvarrazzo/pgmp/issues" }, "repository": { "url": "git://github.com/dvarrazzo/pgmp.git", "web": "https://github.com/dvarrazzo/pgmp/", "type": "git" } }, "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/meta/spec.txt" } }