File: META.json

package info (click to toggle)
postgis 2.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 58,660 kB
  • ctags: 10,181
  • sloc: ansic: 132,858; sql: 131,148; xml: 46,460; sh: 4,832; perl: 4,476; makefile: 2,749; python: 1,198; yacc: 442; lex: 131
file content (47 lines) | stat: -rw-r--r-- 1,151 bytes parent folder | download | duplicates (5)
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
40
41
42
43
44
45
46
47
{
	"name": "postgis_topology",
	"abstract": "PostGIS 2.0 Topology OGC/SQL-MM compliant spatial extender for PostgreSQL",
	"description": "This module provides GIS Topology geometry types and functions",
	"version": "2.0.0",
	"release_status": "unstable",
	"maintainer": "PostGIS Steering Committee",
	"license": "gpl_2",
	"provides": {
		"postgis_raster": {
			"abstract": "PostGIS SQL/MM Topology types and functions",
			"version": "2.0.0",
			"file": "sql/postgis_topology.sql",
			"docfile": "doc/postgis.md"
		}
	}
	"prereqs": {
      "runtime": {
         "requires": {
            "plpgsql": 0,
            "PostgreSQL": "8.4.0",
            "postgis_core": "2.0.0"
         }
      }
    },
    "generated_by": "Regina O. Obe",
	"resources": {
		"bugtracker": {
			"web": "http://trac.osgeo.org/postgis"
		},
		"repository": {
			"url": "svn://svn.osgeo.org/postgis/",
			"web": "http://postgis.net",
			"type": "svn"
		}
	},
	"meta-spec": {
		"version": "1.0.0",
		"url": "http://pgxn.org/meta/spec.txt"
	},
	"tags": [
		"gis",
		"spatial",
		"geometry",
		"location", "topology", "sql/mm"
	]
}