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 50
|
Source: node-stdlib
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
, node-acorn <!nocheck>
, node-d3-format <!nocheck>
, node-d3-scale <!nocheck>
, node-d3-shape <!nocheck>
, node-d3-time-format <!nocheck>
, node-debug <!nocheck>
, node-glob <!nocheck>
, node-gyp <!nocheck>
, node-minimist <!nocheck>
, node-readable-stream <!nocheck>
, node-resolve <!nocheck>
, node-vdom-to-html <!nocheck>
Standards-Version: 4.6.2
Homepage: https://stdlib.io
Vcs-Git: https://salsa.debian.org/js-team/node-stdlib-stats.git
Vcs-Browser: https://salsa.debian.org/js-team/node-stdlib-stats
Rules-Requires-Root: no
Package: node-stdlib
Architecture: all
Depends: ${misc:Depends}
, node-acorn
, node-d3-format
, node-d3-scale
, node-d3-shape
, node-d3-time-format
, node-debug
, node-glob
, node-gyp
, node-minimist
, node-readable-stream
, node-resolve
, node-vdom-to-html
Provides: ${nodejs:Provides}
Description: Standard library for JavaScript and Node.js
node-stdlib is a standard library for JavaScript and Node.js, with an
emphasis on numerical and scientific computing applications. The library
provides a collection of robust, high performance libraries for mathematics,
statistics, data processing, streams, and more and includes many utilities
expected from a standard library.
|