hypopg/META.json

36 lines
918 B
JSON
Raw Normal View History

2015-03-16 17:33:16 +00:00
{
"name": "pg_hypo",
"abstract": "An extension handling hypothetical indexes.",
"version": "__VERSION__",
"maintainer": "Julien Rouhaud <julien.rouhaud@dalibo.com>",
"license": "postgresql",
"release_status": "unstable",
"provides": {
"pg_hypo": {
"abstract": "An extension handling hypothetical indexes.",
"file": "pg_hypo.sql",
"docfile": "README.md",
"version": "__VERSION__"
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/dalibo/pg_hypo/issues/"
2015-03-16 17:33:16 +00:00
},
"repository": {
"url": "git://github.com/dalibo/pg_hypo.git",
"web": "http://github.com/dalibo/pg_hypo/",
2015-03-16 17:33:16 +00:00
"type": "git"
}
},
"generated_by": "Julien Rouhaud",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"index",
"hypothetical"
]
}