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 48
|
Source: node-carto
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
Jérémy Lal <kapouer@melix.org>,
Johannes Schauer Marin Rodrigues <josch@debian.org>
Section: javascript
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, dh-sequence-sphinxdoc
, mocha
, node-chroma-js
, node-hsluv
, node-js-yaml
, node-lodash
, mapnik-reference
, node-sax
, node-semver
, help2man
, python3-sphinx
, python3-sphinx-rtd-theme
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/js-team/node-carto
Vcs-Git: https://salsa.debian.org/js-team/node-carto.git
Homepage: https://github.com/mapbox/carto
Testsuite: autopkgtest-pkg-nodejs
Package: node-carto
Architecture: all
Depends:
${misc:Depends}
, nodejs:any
, node-chroma-js (>= 1.3.5)
, node-hsluv (>= 0.0.1)
, node-js-yaml (>= 3.12.0)
, node-lodash
, mapnik-reference (>= 8.10.0)
, node-semver (>= 5.6.0)
, node-yargs (>= 12.0.1)
Recommends: node-millstone
Breaks: carto (<< 0.9.5)
Replaces: carto (<< 0.9.5)
Description: Mapnik stylesheet compiler
Carto is a stylesheet renderer for Mapnik.
It's an evolution of the Cascadenik idea and language,
with an emphasis on speed and flexibility.
.
Node.js is an event-based server-side javascript engine.
|