File: control

package info (click to toggle)
ruby-rails-assets-perfect-scrollbar 1.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 388 kB
  • sloc: javascript: 4,580; sh: 46; ruby: 35; makefile: 3
file content (39 lines) | stat: -rw-r--r-- 1,558 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
Source: ruby-rails-assets-perfect-scrollbar
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Syam <sgk@riseup.net>,
           Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rails-assets-perfect-scrollbar.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rails-assets-perfect-scrollbar
Homepage: https://github.com/mdbootstrap/perfect-scrollbar
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-rails-assets-perfect-scrollbar
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: libjs-perfect-scrollbar (= ${source:Version}),
         ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends},
Description: Minimalistic but perfect custom scrollbar plugin
 perfect-scrollbar is minimalistic but a perfect scrollbar plugin.
 There is no change on design layout and no manipulation on DOM tree. It uses
 plain scrollTop and scrollLeft. The scrollbar style is fully customizable and
 there is an efficient update on layout change.

Package: libjs-perfect-scrollbar
Section: javascript
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends}
Multi-Arch: foreign
Description: Minimalistic but perfect custom scrollbar plugin (development)
 perfect-scrollbar is minimalistic scrollbar plugin working with
 jQuery or vanilla JavaScript as well.
 .
 learn more at https://utatti.github.io/perfect-scrollbar/