File: control

package info (click to toggle)
mapnik-vector-tile 1.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,140 kB
  • ctags: 875
  • sloc: cpp: 16,384; sh: 149; makefile: 73; xml: 18; python: 18
file content (35 lines) | stat: -rw-r--r-- 1,298 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
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: extra
Build-Depends: debhelper (>= 9),
               catch,
               gyp,
               libmapnik-dev (>= 3.0.12),
               libprotobuf-dev,
               libprotozero-dev (>= 1.4.2),
               protobuf-compiler,
               python-all,
               python-gdal
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mapnik-vector-tile.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapnik-vector-tile.git
Homepage: https://github.com/mapbox/mapnik-vector-tile

Package: mapnik-vector-tile
Architecture: all
Depends: libmapnik-dev (>= 3.0.12~),
         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.