File: control

package info (click to toggle)
uap-core 1%3A0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,084 kB
  • sloc: javascript: 392; perl: 28; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 766 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
Source: uap-core
Section: web
Priority: optional
Maintainer: Edward Betts <edward@4angle.com>
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://github.com/ua-parser/uap-core
Vcs-Browser: https://salsa.debian.org/debian/uap-core
Vcs-Git: https://salsa.debian.org/debian/uap-core.git

Package: uap-core
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: User Agent Parser core - collection of regular expressions
 A collection of regular expressions for parsing web User Agents strings.
 .
 This package does not include a parser, only the data necessary to build
 one.
 .
 The regular expressions are stored in a YAML file and is usable by
 implementations in any programming language.