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
|
Source: gumbo-parser
Priority: optional
Maintainer: Aymeric Agon-Rambosson <aymeric.agon@yandex.com>
Build-Depends: debhelper-compat (= 13),
dh-python,
libgtest-dev,
python3:any,
python3-setuptools
Standards-Version: 4.7.0
Section: libs
Homepage: https://codeberg.org/gumbo-parser/gumbo-parser
Vcs-Git: https://salsa.debian.org/debian/gumbo-parser.git
Vcs-Browser: https://salsa.debian.org/debian/gumbo-parser
Rules-Requires-Root: no
Package: libgumbo-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libgumbo3 (= ${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: libgumbo3
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: python3-gumbo
Section: python
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
libgumbo3 (>= ${source:Version})
Recommends: python3-bs4, 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.
|