File: control

package info (click to toggle)
node-srs 0.4.8%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 384 kB
  • ctags: 85
  • sloc: cpp: 135; makefile: 55; sh: 30; python: 12
file content (32 lines) | stat: -rw-r--r-- 967 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
Source: node-srs
Section: science
Priority: extra
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 (>= 9~)
 , dh-buildinfo
 , node-gyp
 , node-nan
 , nodejs-dev
 , libgdal-dev (>= 1.10.0~)
 , mocha
Standards-Version: 3.9.6
Homepage: https://github.com/springmeyer/node-srs
Vcs-Git: git://anonscm.debian.org/collab-maint/node-srs.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-srs.git

Package: node-srs
Architecture: any
Depends:
 ${shlibs:Depends}
 , ${misc:Depends}
 , nodejs
Description: spatial reference library for Node.js
 node-srs provides a spatial reference library for Node.js.
 It is also able to detect projections used in files formatted as Shapefile
 or GeoJSON, similarly to what gdalsrsinfo from gdal-bin package does.
 .
 Node.js is an event-based server-side javascript engine.