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