File: control

package info (click to toggle)
gumbo-parser 0.10.1%2Bdfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,892 kB
  • ctags: 1,416
  • sloc: ansic: 30,320; cpp: 3,694; python: 880; makefile: 99; sh: 15
file content (69 lines) | stat: -rw-r--r-- 2,614 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: gumbo-parser
Priority: optional
Maintainer: Onur Aslan <onur@onur.im>
Build-Depends: debhelper (>= 9),
 dh-autoreconf,
 dh-python,
 libgtest-dev,
 python-all,
 python3,
 python-setuptools,
 python3-setuptools
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Standards-Version: 3.9.6
Section: libs
Homepage: https://github.com/google/gumbo-parser
Vcs-Git: git://anonscm.debian.org/collab-maint/gumbo-parser.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/gumbo-parser.git

Package: libgumbo-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libgumbo1 (= ${binary:Version}), ${misc:Depends}
Description: pure-C HTML5 parser development files
 Gumbo is an implementation of the HTML5 parsing algorithm implemented
 as a pure C99 library with no outside dependencies.  It's designed to serve
 as a building block for other tools and libraries such as linters,
 validators, templating languages, and refactoring and analysis tools.
 .
 This package contains development files for Gumbo.

Package: libgumbo1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: pure-C HTML5 parser
 Gumbo is an implementation of the HTML5 parsing algorithm implemented
 as a pure C99 library with no outside dependencies.  It's designed to serve
 as a building block for other tools and libraries such as linters,
 validators, templating languages, and refactoring and analysis tools.

Package: python-gumbo
Section: python
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
 libgumbo1 (>= ${source:Version})
Recommends: python-beautifulsoup, python-html5lib
Description: pure-C HTML5 parser Python bindings
 Gumbo is an implementation of the [HTML5 parsing algorithm implemented
 as a pure C99 library with no outside dependencies.  It's designed to serve
 as a building block for other tools and libraries such as linters,
 validators, templating languages, and refactoring and analysis tools.
 .
 This package contains Python bindings of Gumbo.

Package: python3-gumbo
Section: python
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends},
 libgumbo1 (>= ${source:Version})
Recommends: python3-html5lib
Description: pure-C HTML5 parser Python 3 bindings
 Gumbo is an implementation of the [HTML5 parsing algorithm implemented
 as a pure C99 library with no outside dependencies.  It's designed to serve
 as a building block for other tools and libraries such as linters,
 validators, templating languages, and refactoring and analysis tools.
 .
 This package contains Python 3 bindings of Gumbo.