hypopg/META.json

43 lines
1 KiB
JSON
Raw Permalink Normal View History

2015-03-16 17:33:16 +00:00
{
2015-03-18 16:35:53 +00:00
"name": "hypopg",
"abstract": "An extension adding hypothetical indexes in PostgreSQL.",
2015-03-16 17:33:16 +00:00
"version": "__VERSION__",
"maintainer": "Julien Rouhaud <rjuju123@gmail.com>",
2015-03-16 17:33:16 +00:00
"license": "postgresql",
2016-10-24 15:21:31 +00:00
"release_status": "stable",
2015-03-16 17:33:16 +00:00
"provides": {
2015-03-18 16:35:53 +00:00
"hypopg": {
"abstract": "An extension adding hypothetical indexes in PostgreSQL.",
"file": "hypopg.sql",
2015-03-16 17:33:16 +00:00
"docfile": "README.md",
"version": "__VERSION__"
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/hypopg/hypopg/issues/"
2015-03-16 17:33:16 +00:00
},
"repository": {
"url": "git://github.com/hypopg/hypopg.git",
"web": "http://github.com/hypopg/hypopg/",
2015-03-16 17:33:16 +00:00
"type": "git"
}
},
"prereqs": {
"runtime": {
"requires": {
2015-06-24 16:24:20 +00:00
"PostgreSQL": "9.2.0"
}
}
},
2015-03-16 17:33:16 +00:00
"generated_by": "Julien Rouhaud",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"index",
"hypothetical"
]
}