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.
|