File: control

package info (click to toggle)
node-inwasm 0.0.13~git20230419%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 724 kB
  • sloc: javascript: 747; makefile: 13; sh: 5
file content (61 lines) | stat: -rw-r--r-- 1,762 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: node-inwasm
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)
 , clang <!nocheck>
 , dh-nodejs
 , dh-sequence-nodejs
 , emscripten <!nocheck>
 , lld <!nocheck>
 , mocha <!nocheck>
 , node-abab <!nocheck>
 , node-acorn
 , node-acorn-walk
 , node-chokidar
 , node-colorette
 , node-glob
 , node-iconv-lite <!nocheck>
 , node-typescript
 , wabt <!nocheck>
 , webpack <!nocheck>
Standards-Version: 4.6.2
Homepage: https://github.com/jerch/inwasm#readme
Vcs-Git: https://salsa.debian.org/js-team/node-inwasm.git
Vcs-Browser: https://salsa.debian.org/js-team/node-inwasm
Rules-Requires-Root: no

Package: node-inwasm-runtime
Architecture: all
Depends: ${misc:Depends}
 , node-acorn
 , node-acorn-walk
 , node-chokidar
 , node-colorette
 , node-glob
Description: Runtime part of InWasm, Inline WebAssembly for Typescript
 InWasm is a small bundler for inline standalone wasm libraries (Web Assembly).
 It compiles and bundles the wasm source code inplace.
 .
 node-inwasm-runtime contains only the runtime part of InWasm. To build
 JS+Wasm files, install inwasm package.

Package: inwasm
Architecture: all
Depends: ${misc:Depends}
 , clang | wabt | emscripten
 , node-inwasm-runtime
 , nodejs:any
Recommends: clang
 , lld
 , wabt
Suggests: emscripten
Provides: ${nodejs:Provides}
Description: Compiler part of InWasm, Inline WebAssembly for Typescript
 InWasm is a small bundler for inline standalone wasm libraries (Web Assembly).
 It compiles and bundles the wasm source code inplace.
 .
 This package install the whole inwasm. For runtime use, prefer
 node-inwasm-runtime.