File: control

package info (click to toggle)
node-millstone 0.6.17-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,472 kB
  • sloc: makefile: 13; sh: 1
file content (49 lines) | stat: -rw-r--r-- 1,256 bytes parent folder | download | duplicates (4)
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
49
Source: node-millstone
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
 Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 11~)
 , nodejs
 , node-underscore
 , node-srs
 , node-request
 , node-zipfile
 , node-step
 , node-sqlite3
 , node-mime-types
 , node-mkdirp
 , node-generic-pool
 , node-optimist
 , node-marked-man
 , mocha
Standards-Version: 4.3.0
Homepage: https://github.com/mapbox/millstone
Vcs-Git: https://salsa.debian.org/js-team/node-millstone.git
Vcs-Browser: https://salsa.debian.org/js-team/node-millstone

Package: node-millstone
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-underscore
 , node-srs
 , node-request
 , node-zipfile
 , node-step
 , node-sqlite3
 , node-mime-types
 , node-mkdirp
 , node-generic-pool
 , node-optimist
Description: prepare datasources in an MML file for consumption in mapnik
 node-millstone localizes datasources found in a node-carto project file
 before it is converted into a xml stylesheet usable by mapnik.
 .
 Mapnik is an OpenSource C++/Python toolkit for developing GIS applications.
 .
 Node.js is an event-based server-side javascript engine.