Source: ruby-rails-assets-corejs-typeahead Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Utkarsh Gupta 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.