node-yjs 13.6.6-1 source package in Ubuntu

Changelog

node-yjs (13.6.6-1) unstable; urgency=medium

  * Team upload
  * New upstream version 13.6.6
  * Drop patch
  * Require node-lib0 >= 0.2.74~
  * Back to unstable

 -- Yadd <email address hidden>  Sun, 16 Jul 2023 10:02:01 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-yjs_13.6.6-1.dsc 2.0 KiB 743c34852949e75cd14991d16f1fe326026fe22fddbb184b4692e85ef8b0dc19
node-yjs_13.6.6.orig.tar.gz 162.0 KiB 97d7ae75391617976c1114bef6ac1fb57afbbd40a1bed7e1113964fb8855d106
node-yjs_13.6.6-1.debian.tar.xz 3.1 KiB 485ffeeed983169dbcff9d45423c36629df90a740991662638afa2332e19511b

Available diffs

No changes file available.

Binary packages built by this source

node-yjs: 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.