node-yjs 13.5.43-1 source package in Ubuntu

Changelog

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

  * Team upload
  * Update lintian override info format in d/source/lintian-overrides
    on line 2.
  * Update standards version to 4.6.1, no changes needed.
  * New upstream version 13.5.43

 -- Yadd <email address hidden>  Sat, 03 Dec 2022 18:38:13 +0100

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-yjs_13.5.43-1.dsc 2.0 KiB 1225582132aa461688b0f2e5aee84cf2d5cdbd06b0bcc0841a0c79db982f9dbc
node-yjs_13.5.43.orig.tar.gz 179.3 KiB 283b34feef76717c5f5a02beb8458c5a526211cd532f2efabb8e1f58e2224f5b
node-yjs_13.5.43-1.debian.tar.xz 4.0 KiB 5abf0041f1bef68ff6e1d4d8461fe0571e9aa35e23c0d7aafe1ab34ef585a80d

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.