summaryrefslogtreecommitdiff
path: root/META.json
blob: ce598ab5bc8a612a611cec7d6c4d30090a053191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
   "name": "plproxy",
   "abstract": "Database partitioning implemented as procedural language",
   "description": "PL/Proxy is database partitioning system implemented as PL language.",
   "version": "2.6.0",
   "maintainer": [
      "Marko Kreen <markokr@gmail.com>"
   ],
   "license": {
     "ISC": "http://www.opensource.org/licenses/ISC"
   },
   "provides": {
      "plproxy": {
         "abstract": "Database partitioning implemented as procedural language",
         "file": "sql/plproxy.sql",
         "docfile": "doc/tutorial.txt",
         "version": "2.6.0"
      }
   },
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "8.3.0"
         }
      }
   },
   "resources": {
      "homepage": "http://wiki.postgresql.org/wiki/PL/Proxy",
      "bugtracker": {
         "web": "http://github.com/markokr/plproxy-dev/issues/"
      },
      "repository": {
        "url":  "https://github.com/markokr/plproxy-dev.git",
        "web":  "https://github.com/markokr/plproxy-dev/",
        "type": "git"
      }
   },
   "generated_by": "David E. Wheeler",
   "meta-spec": {
      "version": "1.0.0",
      "url": "http://pgxn.org/meta/spec.txt"
   },
   "tags": [
      "proxy",
      "sharding",
      "rpc",
      "remote procedue call",
      "procedural language",
      "sql med",
      "PL"
   ]
}