File: control

package info (click to toggle)
node-cuint 0.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 292 kB
  • sloc: javascript: 2,598; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (2)
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
Source: node-cuint
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Build-Depends:
 debhelper-compat (= 12),
 nodejs (>= 6),
 pkg-js-tools (>= 0.8.10),
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/pierrec/js-cuint
Vcs-Git: https://salsa.debian.org/js-team/node-cuint.git
Vcs-Browser: https://salsa.debian.org/js-team/node-cuint

Package: node-cuint
Architecture: all
Depends:
 nodejs (>= 6),
 ${misc:Depends},
Description: C-like unsigned integers for Javascript
 Javascript does not natively support handling of unsigned 32 or 64 bits
 integers. This library provides that functionality, following C behaviour,
 enabling the writing of algorithms that depend on it. It was designed with
 performance in mind and tries its best to be as fast as possible.