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 62 63 64 65
|
Source: libjs-webrtc-adapter
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
brotli,
chai <!nocheck>,
debhelper-compat (= 13),
mocha <!nocheck>,
node-babel-cli (>= 7),
node-babel-preset-env (>= 7),
node-rollup-plugin-commonjs (>= 15),
node-rollup-plugin-node-resolve (>= 11),
node-sdp (>= 3.0.2~),
node-sinon <!nocheck>,
node-sinon-chai <!nocheck>,
pigz,
rollup,
uglifyjs (>= 3),
Standards-Version: 4.6.2
Homepage: https://github.com/webrtcHacks/adapter
Vcs-Browser: https://salsa.debian.org/js-team/libjs-webrtc-adapter
Vcs-Git: https://salsa.debian.org/js-team/libjs-webrtc-adapter.git
Rules-Requires-Root: no
Package: node-webrtc-adapter
Architecture: all
Multi-Arch: foreign
Depends:
node-sdp (>= 3.0.2~),
${misc:Depends},
Description: shim to insulate apps from WebRTC quirks - Node.js library
adapter.js is a shim to insulate apps
from spec changes and prefix differences.
In fact, the standards and protocols used for WebRTC implementations
are highly stable,
and there are only a few prefixed names.
.
WebRTC (Web Real-Time Communication) is a project
that provides web browsers and mobile applications
with real-time communication (RTC)
via simple application programming interfaces (APIs).
.
This package contains adapter.js usable with Node.js.
Package: libjs-webrtc-adapter
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: shim to insulate apps from WebRTC quirks - browser library
adapter.js is a shim to insulate apps
from spec changes and prefix differences.
In fact, the standards and protocols used for WebRTC implementations
are highly stable,
and there are only a few prefixed names.
.
WebRTC (Web Real-Time Communication) is a project
that provides web browsers and mobile applications
with real-time communication (RTC)
via simple application programming interfaces (APIs).
.
This package contains adapter.js directly usable in web browsers.
|