summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 03d3d309f4c6e8739ed1590ef082b1924b1592e7 (plain)
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
Source: node-undici
Section: javascript
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs (>= 0.14.22~)
 , clang (>= 1:16)
 , cmake
 , lld (>= 1:16)
 , node-debug
 , node-esbuild
 , node-semver
 , node-typescript
 , ts-node
 , wasi-libc
Standards-Version: 4.6.2
Homepage: https://undici.nodejs.org
Vcs-Git: https://salsa.debian.org/js-team/node-undici.git
Vcs-Browser: https://salsa.debian.org/js-team/node-undici
Rules-Requires-Root: no

Package: node-undici
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodeUndici:Provides}
Multi-Arch: foreign
Description: Node.js HTTP/1.1 client
 undici provides the Node.js core HTTP client, using WebAssembly to achieve
 performance and pluggability. It brings features like:
  - redirect support
  - native mocking layer using MockAgent
  - Client, Pool, Agent are unified by a Dispatcher API

Package: node-llhttp
Architecture: all
Depends: ${misc:Depends}
 , node-debug
 , node-semver
Provides: ${nodeLlhttp:Provides}
Multi-Arch: foreign
Description: HTTP client sources for Node.js
 llhttp provides sources needed to build Node.js. May not be used directly.

Package: libllhttp-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
 , libllhttp9.1 (= ${libllhttp:Version})
Description: HTTP messages parser library dev files
 libllhttp development files

Package: libllhttp9.1
Section: libs
Architecture: any
Depends: ${misc:Depends}
 , ${shlibs:Depends}
Description: HTTP messages parser library
 libllhttp provides the Node.js library used to parse HTTP messages.