File: control

package info (click to toggle)
node-long 5.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 508 kB
  • sloc: javascript: 2,427; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,054 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
31
32
33
Source: node-long
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Marco Trevisan (Treviño) <marco@ubuntu.com>,
 Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-babel7
 , wabt
 , rollup
Standards-Version: 4.6.2
Homepage: https://github.com/dcodeIO/long.js#readme
Vcs-Git: https://salsa.debian.org/js-team/node-long.git
Vcs-Browser: https://salsa.debian.org/js-team/node-long
Rules-Requires-Root: no

Package: node-long
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends}
Description: Class for representing 64-bit two's-complement integer value
 A Long class for representing a 64 bit two's-complement integer value
 derived from the Closure Library for stand-alone use and extended with
 unsigned support.
 .
 This is a class used by various modules that does not use newer bigint.
 .
 Node.js is an event-based server-side JavaScript engine.