mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Add META.json for future pgxn handling
This commit is contained in:
parent
e9420583b3
commit
e6cc93818c
1 changed files with 35 additions and 0 deletions
35
META.json
Normal file
35
META.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"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/rjuju/pg_hypo/issues/"
|
||||
},
|
||||
"repository": {
|
||||
"url": "git://github.com/rjuju/pg_hypo.git",
|
||||
"web": "http://github.com/rjuju/pg_hypo/",
|
||||
"type": "git"
|
||||
}
|
||||
},
|
||||
"generated_by": "Julien Rouhaud",
|
||||
"meta-spec": {
|
||||
"version": "1.0.0",
|
||||
"url": "http://pgxn.org/meta/spec.txt"
|
||||
},
|
||||
"tags": [
|
||||
"index",
|
||||
"hypothetical"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue