File: control

package info (click to toggle)
node-yjs 13.6.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 940 kB
  • sloc: javascript: 10,961; makefile: 5
file content (39 lines) | stat: -rw-r--r-- 1,366 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
Source: node-yjs
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-lib0 (>= 0.2.74~)
 , node-typescript
 , node-y-protocols
Standards-Version: 4.6.2
Homepage: https://docs.yjs.dev
Vcs-Git: https://salsa.debian.org/js-team/node-yjs.git
Vcs-Browser: https://salsa.debian.org/js-team/node-yjs
Rules-Requires-Root: no

Package: node-yjs
Architecture: all
Depends:
 ${misc:Depends}
 , node-lib0 (>= 0.2.74~)
Description: CRDT framework with a powerful abstraction of shared data
 Yjs is a conflict-free replicated data type (CRDT) implementation
 that exposes its internal data structure as shared types. Shared
 types are common data types like Map or Array with superpowers:
 changes are automatically distributed to other peers and merged
 without merge conflicts.
 .
 Yjs is network agnostic (p2p!), supports many existing rich text
 editors, offline editing, version snapshots, undo/redo and shared
 cursors. It scales well with an unlimited number of users and is well
 suited for even large documents.
 .
 Node.js is an event-based server-side JavaScript engine.