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,
node-uglify
Standards-Version: 4.5.0
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 | ruby-interpreter,
${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}
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/
|