File: control

package info (click to toggle)
node-mapnik 3.7.2%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 15,376 kB
  • sloc: cpp: 16,551; xml: 961; sh: 522; makefile: 80; lisp: 10
file content (43 lines) | stat: -rw-r--r-- 1,559 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
38
39
40
41
42
43
Source: node-mapnik
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
           Jérémy Lal <kapouer@melix.org>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 10~),
               dh-buildinfo,
               libmapbox-wagyu-dev,
               libmapnik-dev (>= 3.0.22),
               libprotozero-dev (>= 1.5.1),
               mapnik-utils,
               mapnik-vector-tile (>= 1.6.1+dfsg-6),
               node-gyp (>= 3.8.0-2),
               node-mocha,
               node-nan (>= 2.4.0),
               node-pre-gyp,
               libnode-dev (>= 10~),
               node-sphericalmercator
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/js-team/node-mapnik
Vcs-Git: https://salsa.debian.org/js-team/node-mapnik.git -b master-3.7
Homepage: https://github.com/mapnik/node-mapnik

Package: node-mapnik
Architecture: any
Depends: mapnik-utils,
         nodejs,
         node-pre-gyp,
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: node-carto,
            node-srs,
            node-zipfile
Description: bindings to the Mapnik tile rendering library for Node.js
 node-mapnik provides bindings to the Mapnik tile rendering library.
 .
 Mapnik is an OpenSource C++ toolkit for developing GIS
 (Geographic Information Systems) applications. At the core is a C++
 shared library providing algorithms/patterns for spatial data access and
 visualization.
 .
 Node.js is an event-based server-side javascript engine.