Source: node-eld
Section: javascript
Maintainer: Debian Javascript Maintainers <debian-js@lists.debian.org>
Uploaders: Emfox Zhou <emfox@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , nodejs <!nocheck>
Standards-Version: 4.7.4.1
Homepage: https://github.com/nitotm/efficient-language-detector-js
Vcs-Git: https://salsa.debian.org/js-team/node-eld.git
Vcs-Browser: https://salsa.debian.org/js-team/node-eld

Package: node-eld
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: fast and accurate natural language detection
 Efficient Language Detector (ELD) is a fast and accurate natural language
 detection library written in JavaScript. It compares n-gram frequency
 profiles of the input text against pre-computed language profiles, and
 supports a subset of languages for reduced memory usage.
 .
 Node.js is an event-based server-side JavaScript engine.
