File: control

package info (click to toggle)
node-y-protocols 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: javascript: 375; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 982 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
Source: node-y-protocols
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , rollup
 , node-rollup-plugin-node-resolve
 , node-rollup-plugin-commonjs
 , node-rollup-pluginutils
 , node-typescript
 , node-lib0
 , node-yjs
Standards-Version: 4.7.3
Homepage: https://github.com/yjs/y-protocols#readme
Vcs-Git: https://salsa.debian.org/js-team/node-y-protocols.git
Vcs-Browser: https://salsa.debian.org/js-team/node-y-protocols

Package: node-y-protocols
Architecture: all
Depends:
 ${misc:Depends}
 , node-lib0 (>= 0.2.42)
Description: YJS binary encoding protocols
 Binary encoding protocols for syncing, awareness, and history
 information for the YJS conflict-free replicated data type (CRDT)
 library.
 .
 Node.js is an event-based server-side JavaScript engine.