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
|
Source: node-d3-delaunay
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, dh-nodejs
, mocha <!nocheck>
, node-rollup-plugin-node-resolve
, node-rollup-plugin-terser
, rollup
Standards-Version: 4.6.2
Homepage: https://github.com/d3/d3-delaunay
Vcs-Git: https://salsa.debian.org/js-team/node-d3-delaunay.git
Vcs-Browser: https://salsa.debian.org/js-team/node-d3-delaunay
Rules-Requires-Root: no
Package: node-d3-delaunay
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Description: Node.js fast library for computing the Voronoi diagram
node-d3-delaunay is a fast library for computing the Voronoi diagram of a set
of two-dimensional points. It is based on included node-delaunator, a fast
library for computing the Delaunay triangulation using sweep algorithms.
The Voronoi diagram is constructed by connecting the circumcenters of
adjacent triangles in the Delaunay triangulation.
|