-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
39 lines (39 loc) · 1.32 KB
/
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
32
33
34
35
36
37
38
39
{
"name": "pg_siose_bench",
"abstract": "A PostgreSQL extension with tools for benchmarking different SIOSE database configurations (pure relational, indexed, json, jsonb, xml, etc)",
"description": "A PostgreSQL extension with tools for benchmarking different SIOSE database configurations (pure relational, indexed, json, jsonb, xml, etc)",
"version": "0.0.1",
"maintainer": [
"José T. Navarro-Carrión <[email protected]>"
],
"license": "GPL3",
"provides": {
"pair": {
"abstract": "A PostgreSQL extension with tools for benchmarking different SIOSE database configurations (pure relational, indexed, json, jsonb, xml, etc)",
"file": "sql/pg_siose_bench.sql",
"docfile": "doc/pg_siose_bench.md",
"version": "0.0.1"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/sioseinnova/pg_siose_bench/issues"
},
"repository": {
"url": "git://github.com/labgeo/pg_siose_bench.git",
"web": "https://github.com/sioseinnova/pg_siose_bench",
"type": "git"
}
},
"generated_by": "Benito M. Zaragozí",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"SIOSE",
"land use",
"land cover",
"INSPIRE"
]
}