File: control

package info (click to toggle)
node-fuzzaldrin-plus 0.3.1%2Bgit.20161008.da2cb58%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,116 kB
  • ctags: 2
  • sloc: makefile: 14; sh: 2
file content (45 lines) | stat: -rw-r--r-- 1,696 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: node-fuzzaldrin-plus
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , grunt
 , node-grunt-contrib-coffee
 , node-browserify-lite
 , node-uglify
Standards-Version: 3.9.8
Homepage: https://github.com/jeancroy/fuzzaldrin-plus
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-fuzzaldrin-plus.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-fuzzaldrin-plus.git

Package: node-fuzzaldrin-plus
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Fuzzy filtering and string scoring - compatible with fuzzaldrin
 A fuzzy search / highlight that specialize for programmer text editor. It
 tries to provide intuitive result by recognizing patterns that people use
 while searching.
 .
 A rewrite of the fuzzaldrin library. API is backward compatible with some
 extra options. Tuning has been done from report usage of the Atom text editor.
 .
 Node.js is an event-based server-side JavaScript engine.

Package: libjs-fuzzaldrin-plus
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: fuzzy search / highlight for programmer's text editor (browser)
 A fuzzy search / highlight that specialize for programmer text editor. It
 tries to provide intuitive result by recognizing patterns that people use
 while searching.
 .
 A rewrite of the fuzzaldrin library. API is backward compatible with some
 extra options. Tuning has been done from report usage of the Atom text editor.
 .
 This package provides fuzzaldrin-plus usable in browser environment.