Source: libjs-clusterize
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Alexandre Rossi <niol@zincube.net>
Build-Depends:
 debhelper-compat (= 13),
Standards-Version: 4.7.4
Homepage: https://github.com/NeXTs/Clusterize.js
Vcs-Git: https://salsa.debian.org/js-team/libjs-clusterize.git
Vcs-Browser: https://salsa.debian.org/js-team/libjs-clusterize

Package: libjs-clusterize
Architecture: all
Depends: ${misc:Depends},
Recommends: ${misc:Recommends},
Description: Tiny vanilla JS plugin to display large data sets easily
 The main idea is not to pollute DOM with all used items in big lists.
 Instead of that it splits the list to clusters, then shows elements for
 current scroll position and adds extra rows to top and bottom of the list
 to emulate full height of table so that browser shows scrollbar as for full
 list. It can be used on a table, ordered list, unordered list and even list of
 div's.
