{
   "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.6",
   "date": "2026-07-26T00:25:31Z",
   "maintainer": "Daniele Varrazzo <daniele.varrazzo@gmail.com>",
   "release_status": "stable",
   "user": "piro",
   "sha1": "9f13528330a75b44d710c1fe2ba2983894654539",
   "license": "lgpl_3_0",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "14.0.0"
         }
      }
   },
   "provides": {
      "pgmp": {
         "abstract": "PostgreSQL Multiple Precision Arithmetic extension",
         "file": "sql/pgmp.sql",
         "version": "1.0.6"
      }
   },
   "tags": ["arithmetic", "gmp", "rational", "integer", "data types"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/dvarrazzo/pgmp/issues"
      },
      "homepage": "https://dvarrazzo.github.io/pgmp/",
      "repository": {
         "type": "git",
         "url": "git://github.com/dvarrazzo/pgmp.git",
         "web": "https://github.com/dvarrazzo/pgmp/"
      }
   }
}
