File: control

package info (click to toggle)
node-d3-delaunay 6.0.4%2B~cs19.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,536 kB
  • sloc: javascript: 3,154; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,127 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
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.