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
|
Source: node-googlediff
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yash Agarwal <bansaly26@gmail.com>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-assert <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-googlediff
Vcs-Git: https://salsa.debian.org/js-team/node-googlediff.git
Homepage: https://github.com/shimondoodkin/googlediff
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-googlediff
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Compares the differences between the two texts
The Diff Match and Patch libraries offer robust algorithms to perform the
operations required for synchronizing plain text. This library implements
Myer's diff algorithm which is generally considered to be the best general
purpose diff.
.
Node.js is an event-based server-side JavaScript engine.
|