File: control

package info (click to toggle)
diff-match-patch 20121121-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,668 kB
  • ctags: 739
  • sloc: objc: 3,274; python: 3,207; cpp: 2,662; cs: 2,386; java: 2,276; ansic: 422; makefile: 13; xml: 1
file content (20 lines) | stat: -rw-r--r-- 792 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: diff-match-patch
Section: web
Priority: optional
Maintainer: Daniel Pocock <daniel@pocock.pro>
Build-Depends: debhelper (>= 9.0.0), node-uglify
Standards-Version: 3.9.6
Homepage: https://code.google.com/p/google-diff-match-patch/
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/diff-match-patch.git/
Vcs-Git: git://anonscm.debian.org/collab-maint/diff-match-patch.git

Package: libjs-diff-match-patch
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Description: diff/match/patch algorithms implemented in JavaScript
 The Diff Match and Patch libraries offer robust algorithms to perform
 the operations required for synchronizing plain text.
 .
 The libraries are implemented in various high-level languages, this is
 the JavaScript implementation.