File: control

package info (click to toggle)
ruby-rails-assets-corejs-typeahead 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 296 kB
  • sloc: ruby: 37; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,360 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
Source: ruby-rails-assets-corejs-typeahead
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               ruby-rails-assets-jquery (>= 1.11)
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rails-assets-corejs-typeahead.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rails-assets-corejs-typeahead
Homepage: https://github.com/corejavascript/typeahead.js
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-rails-assets-corejs-typeahead
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-rails-assets-jquery (>= 1.11),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Fast and fully-featured autocomplete search library
 The typeahead.js library consists of 2 components: the suggestion engine,
 Bloodhound, and the UI view, Typeahead.
 .
 The suggestion engine is responsible for computing suggestions for a given
 query. The UI view is responsible for rendering suggestions and handling DOM
 interactions.
 .
 Both components can be used separately, but when used together, they can
 provide a rich typeahead experience.