File: control

package info (click to toggle)
libjs-jquery-stupidtable 1.1.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 604 kB
  • sloc: javascript: 2,458; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 1,177 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
Source: libjs-jquery-stupidtable
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@sergiodj.net>
Build-Depends: debhelper-compat (= 13), yui-compressor
Standards-Version: 4.1.2
Homepage: https://github.com/joequery/Stupid-Table-Plugin
Vcs-Git: https://salsa.debian.org/js-team/libjs-jquery-stupidtable.git
Vcs-Browser: https://salsa.debian.org/js-team/libjs-jquery-stupidtable

Package: libjs-jquery-stupidtable
Architecture: all
Depends: ${misc:Depends}, libjs-jquery
Recommends: javascript-common
Multi-Arch: foreign
Description: jQuery table sorting plugin
 Most table sorting plugins try to account for a limitless number of
 data types and their limitless ways of being presented. This leads to
 an extremely bloated code base with only a tiny portion of the code
 ever used by your project.
 .
 This plugin avoids that issue by letting you define your own ways of
 sorting table columns. The plugin internally recognizes "int",
 "string", "string-ins" (case-insensitive) and "float", so simple data
 tables will take very little effort on your part.