hypopg/META.json
2015-03-18 17:35:53 +01:00

35 lines
936 B
JSON

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