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: web
Testsuite: autopkgtest
Priority: extra
Build-Depends: debhelper (>= 9~),
dh-buildinfo,
libmapnik-dev (>= 3.0.12),
libprotozero-dev (>= 1.4.2),
mapnik-utils,
mapnik-vector-tile (>= 1.2.2),
node-gyp,
node-mocha,
node-nan (>= 2.4.0),
node-pre-gyp,
nodejs-dev,
node-sphericalmercator
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/node-mapnik.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/node-mapnik.git
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.
|