{
   "abstract": "PostgreSQL Multiple Precision Arithmetic extension",
   "date": "2023-09-10T23:32:07Z",
   "description": "The pgmp extension adds PostgreSQL data types wrapping the high performance integer and rational data types offered by the GMP library.",
   "docs": {
      "README": {
         "title": "PostgreSQL Multiple Precision Arithmetic extension"
      },
      "bench/Arith-1e6": {
         "title": "Arith-1e6"
      },
      "bench/Factorial": {
         "title": "Factorial"
      },
      "bench/SumInteger-1e6": {
         "title": "SumInteger-1e6"
      },
      "bench/SumRational-p2-1e6": {
         "title": "SumRational-p2-1e6"
      },
      "bench/SumRational-p4-1e6": {
         "title": "SumRational-p4-1e6"
      },
      "bench/SumRational-p8-1e6": {
         "title": "SumRational-p8-1e6"
      },
      "bench/SumSequence-1e6": {
         "title": "SumSequence-1e6"
      },
      "bench/TableSize-1e6": {
         "title": "TableSize-1e6"
      },
      "bench/TableSize-1e6-small": {
         "title": "TableSize-1e6-small"
      },
      "docs/goals": {
         "title": "Goals of the project"
      },
      "docs/index": {
         "title": "PostgreSQL Multiple Precision Arithmetic"
      },
      "docs/install": {
         "title": "!pgmp extension installation"
      },
      "docs/misc": {
         "title": "Miscellaneous functions"
      },
      "docs/mpq": {
         "title": "!mpq data type"
      },
      "docs/mpz": {
         "title": "!mpz data type"
      },
      "docs/news": {
         "title": "Release notes"
      },
      "docs/performance": {
         "title": "Performance"
      },
      "docs/pi": {
         "title": "[Ab]using PostgreSQL to calculate \\pi"
      },
      "docs/requirements": {
         "title": "requirements"
      }
   },
   "license": "lgpl_3_0",
   "maintainer": "Daniele Varrazzo <daniele.varrazzo@gmail.com>",
   "name": "pgmp",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "8.4.0"
         }
      }
   },
   "provides": {
      "pgmp": {
         "abstract": "PostgreSQL Multiple Precision Arithmetic extension",
         "file": "sql/pgmp.sql",
         "version": "1.0.5"
      }
   },
   "release_status": "stable",
   "releases": {
      "stable": [
         {
            "date": "2023-09-10T23:32:07Z",
            "version": "1.0.5"
         },
         {
            "date": "2020-02-06T18:10:25Z",
            "version": "1.0.4"
         },
         {
            "date": "2020-01-30T18:56:25Z",
            "version": "1.0.3"
         },
         {
            "date": "2015-01-16T01:52:03Z",
            "version": "1.0.2"
         },
         {
            "date": "2012-09-29T01:54:53Z",
            "version": "1.0.1"
         },
         {
            "date": "2011-05-23T00:29:23Z",
            "version": "1.0.0"
         }
      ],
      "testing": [
         {
            "date": "2011-04-22T20:15:25Z",
            "version": "1.0.0-b3"
         },
         {
            "date": "2011-04-21T22:44:48Z",
            "version": "1.0.0-b2"
         }
      ]
   },
   "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/"
      }
   },
   "sha1": "65a65091e1cfefde24bf3cf47935084aa8e1bf79",
   "special_files": [
      "AUTHORS",
      "META.json",
      "Makefile",
      "pgmp.control"
   ],
   "tags": [
      "arithmetic",
      "gmp",
      "rational",
      "integer",
      "data types"
   ],
   "user": "piro",
   "version": "1.0.5"
}
