File: control

package info (click to toggle)
node-leven 3.1.0%2B~cs1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: javascript: 196; sh: 4; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 925 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
Source: node-leven
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 12)
 , nodejs
 , node-tape <!nocheck>
 , pkg-js-tools (>= 0.8.11)
Standards-Version: 4.5.0
Homepage: https://github.com/sindresorhus/leven#readme
Vcs-Git: https://salsa.debian.org/js-team/node-leven.git
Vcs-Browser: https://salsa.debian.org/js-team/node-leven
Rules-Requires-Root: no

Package: node-leven
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends}
 , nodejs
Provides: ${nodejs:Provides}
Description: library to measure the difference between two strings
 leven is a fast JS implementation of the Levenshtein distance algorithm to
 measure the difference of two strings.
 .
 Node.js is an event-based server-side JavaScript engine.