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
|
Source: node-y-codemirror
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
, Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, node-codemirror
, node-lib0
, node-rollup-plugin-commonjs
, node-rollup-plugin-node-resolve
, node-typescript
, node-yjs
, rollup
Standards-Version: 4.6.2
Homepage: https://github.com/yjs/y-codemirror#readme
Vcs-Git: https://salsa.debian.org/js-team/node-y-codemirror.git
Vcs-Browser: https://salsa.debian.org/js-team/node-y-codemirror
Rules-Requires-Root: no
Package: node-y-codemirror
Architecture: all
Depends:
${misc:Depends}
, node-codemirror
, node-lib0
, node-yjs
Description: node-yjs binding to a CodeMirror editor
node-y-codemirror binds a Y.Text to a CodeMirror editor.
Features:
* Sync CodeMirror editor
* Shared Cursors
* Shared Undo / Redo (each client has its own undo-/redo-history)
* Successfully recovers when concurrents edit result in an invalid
document schema
|