File: control

package info (click to toggle)
ruby-user-agent-parser 2.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 256 kB
  • sloc: ruby: 374; makefile: 6
file content (26 lines) | stat: -rw-r--r-- 1,151 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: ruby-user-agent-parser
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Samyak Jain <samyak.jn11@gmail.com>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 12), gem2deb
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-user-agent-parser
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-user-agent-parser.git
Homepage: https://github.com/ua-parser/uap-ruby
Rules-Requires-Root: no
XS-Ruby-Versions: all

Package: ruby-user-agent-parser
Architecture: all
Depends: ${misc:Depends}, ${ruby:Depends}
Description: Simple and comprehensive Ruby gem for parsing user agent strings
 This Ruby gem is simple and comprehensive for parsing user agent strings with
 the help of BrowserScope's UA database.
 .
 The ua-parser database is included via git submodule. To update the database
 the submodule needs to be updated and the gem is re-released, the gem includes
 a user_agent_parser bin command which will read from standard input, and parse
 each line and prints the results.
XB-Ruby-Versions: ${ruby:Versions}