File: control

package info (click to toggle)
mapnik-vector-tile 1.6.1%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,364 kB
  • sloc: cpp: 19,098; sh: 112; makefile: 82; xml: 58; python: 18
file content (37 lines) | stat: -rw-r--r-- 1,410 bytes parent folder | download
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
Source: mapnik-vector-tile
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Section: devel
Priority: optional
Build-Depends: debhelper (>= 9),
               gyp,
               libmapbox-geometry-dev,
               libmapbox-wagyu-dev,
               libmapnik-dev (>= 3.0.22),
               libprotobuf-dev,
               libprotozero-dev (>= 1.5.1),
               protobuf-compiler,
               python-all,
               python-gdal
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/mapnik-vector-tile
Vcs-Git: https://salsa.debian.org/debian-gis-team/mapnik-vector-tile.git
Homepage: https://github.com/mapbox/mapnik-vector-tile

Package: mapnik-vector-tile
Architecture: all
Depends: libmapbox-geometry-dev,
         libmapbox-wagyu-dev,
         libmapnik-dev (>= 3.0.14),
         libprotobuf-dev,
         libprotozero-dev,
         ${misc:Depends}
Description: Vector tiles integration with mapnik - development files
 This package provides C++ header and source needed to render geodata
 into vector tiles, and vector tiles into images.
 .
 Tiles are encoded as protobuf messages, and that geodata format can be
 used as a drop-in replacement for mapnik datasources like postgis and
 shapefiles, without compromising on speed.
 .
 Mapnik is a C++/Python toolkit for developing GIS applications.