-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
META.json.in
37 lines (37 loc) · 1.03 KB
/
META.json.in
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
{
"name": "h3",
"abstract": "PostgreSQL bindings for H3",
"description": "PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system.",
"version": "@PROJECT_VERSION@",
"maintainer": "Zacharias Knudsen <[email protected]>",
"license": "apache_2_0",
"provides": {
"h3": {
"abstract": "PostgreSQL bindings for H3",
"file": "h3--@[email protected]",
"docfile": "README.md",
"version": "@PROJECT_VERSION@"
},
"h3_postgis": {
"abstract": "H3 PostGIS integration",
"file": "h3_postgis--@[email protected]",
"docfile": "README.md",
"version": "@PROJECT_VERSION@"
}
},
"resources": {
"homepage": "https://github.com/zachasme/h3-pg",
"bugtracker": {
"web": "https://github.com/zachasme/h3-pg/issues"
},
"repository": {
"url": "https://github.com/zachasme/h3-pg.git",
"web": "https://github.com/zachasme/h3-pg",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}