File: control

package info (click to toggle)
node-js-sdsl 4.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 872 kB
  • sloc: javascript: 634; sh: 8; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 928 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-js-sdsl
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , jest <!nocheck>
 , node-resolve
 , node-typescript
 , ts-jest <!nocheck>
 , ts-node
Standards-Version: 4.6.2
Homepage: https://github.com/js-sdsl/js-sdsl
Vcs-Git: https://salsa.debian.org/js-team/node-js-sdsl.git
Vcs-Browser: https://salsa.debian.org/js-team/node-js-sdsl
Rules-Requires-Root: no

Package: node-js-sdsl
Architecture: all
Depends: ${misc:Depends}
Breaks: node-number-allocator (<< 1.0.11~)
Multi-Arch: foreign
Description: javascript standard data structure library
 js-sdsl is a library that implements standard data structure just like
 C++ STL.
 .
 Node.js is an event-based server-side JavaScript engine.