nodejs/debian/control

137 lines
4.5 KiB
Plaintext

Source: nodejs
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
Uploaders: Jérémy Lal <kapouer@melix.org>,
Jonas Smedegaard <dr@jones.dk>
Section: javascript
Priority: optional
Build-Depends:
sse2-support [i386] <!nocheck>,
debhelper-compat (= 13),
dh-buildinfo,
bash-completion,
ca-certificates,
curl,
gyp,
jq,
libbrotli-dev,
libbrotli-dev:native,
libc-ares-dev,
libc-ares-dev:native,
libhttp-parser-dev (>= 2.9.2~),
libicu-dev (>= 64.0~),
libicu-dev:native,
libkvm-dev [kfreebsd-any],
libnghttp2-dev (>= 1.41.0~),
libnghttp2-dev:native,
libssl-dev,
libssl-dev:native,
libuv1-dev (>= 1.38.0~),
libuv1-dev:native,
node-acorn (>= 6.2.1~),
openssl,
pkg-config,
pkg-js-tools (>= 0.8.2~),
python3:native,
python3-distutils,
procps,
zlib1g-dev,
zlib1g-dev:native
Build-Depends-Indep: node-js-yaml,
node-marked
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/nodejs/tree/master-12.x
Vcs-Git: https://salsa.debian.org/js-team/nodejs.git -b master-12.x
Homepage: https://nodejs.org/
Rules-Requires-Root: no
Package: libnode-dev
Architecture: amd64 arm64 armhf i386 kfreebsd-i386 kfreebsd-amd64 mips mips64el mips64r6el mipsel ppc64 ppc64el s390x
Section: libdevel
Depends: ${misc:Depends},
libssl-dev,
libuv1-dev (>= 1.33.0~),
libnode72 (= ${binary:Version})
Breaks: nodejs-dev (<< 10.0.0~dfsg1-0)
Provides: libv8-dev
Replaces: nodejs-dev (<< 10.0.0~dfsg1-0)
Description: evented I/O for V8 javascript (development files)
Node.js is a platform built on Chrome's JavaScript runtime for easily
building fast, scalable network applications. Node.js uses an
event-driven, non-blocking I/O model that makes it lightweight and
efficient, perfect for data-intensive real-time applications that run
across distributed devices.
.
This package provides development headers for libnode72
Package: nodejs
Architecture: amd64 arm64 armhf i386 kfreebsd-i386 kfreebsd-amd64 mips mips64el mips64r6el mipsel ppc64 ppc64el s390x
Multi-Arch: allowed
Depends:
${shlibs:Depends},
${misc:Depends},
libnode72 (= ${binary:Version}),
sse2-support [i386]
Recommends: ca-certificates,
nodejs-doc
Suggests: npm
Breaks: node-typescript-types (<< 20210110~), node-babel-runtime (<< 7)
Provides: node-types-node (= ${types:Node})
Description: evented I/O for V8 javascript - runtime executable
Node.js is a platform built on Chrome's JavaScript runtime for easily
building fast, scalable network applications. Node.js uses an
event-driven, non-blocking I/O model that makes it lightweight and
efficient, perfect for data-intensive real-time applications that run
across distributed devices.
.
Node.js is bundled with several useful libraries to handle server
tasks:
.
System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.
Package: libnode72
Architecture: amd64 arm64 armhf i386 kfreebsd-i386 kfreebsd-amd64 mips mips64el mips64r6el mipsel ppc64 ppc64el s390x
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
sse2-support [i386]
Breaks: libnode64
Description: evented I/O for V8 javascript - runtime library
Node.js is a platform built on Chrome's JavaScript runtime for easily
building fast, scalable network applications. Node.js uses an
event-driven, non-blocking I/O model that makes it lightweight and
efficient, perfect for data-intensive real-time applications that run
across distributed devices.
.
Node.js is bundled with several useful libraries to handle server
tasks:
.
System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.
.
This package provides the dynamic library for Node.js.
Package: nodejs-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
libjs-highlight.js
Recommends: nodejs
Description: API documentation for Node.js, the javascript platform
Node.js is a platform built on Chrome's JavaScript runtime for easily
building fast, scalable network applications. Node.js uses an
event-driven, non-blocking I/O model that makes it lightweight and
efficient, perfect for data-intensive real-time applications that run
across distributed devices.
.
Node.js is bundled with several useful libraries to handle server
tasks:
.
System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.
.
This package contains API documentation for Node.js.