File: control

package info (click to toggle)
node-googlediff 0.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 264 kB
  • sloc: javascript: 2,067; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 997 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
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.