Packages
A module to decode HTML into a tree, porting all properties of the underlying library myhtml, being fast and correct in regards to the html spec.
Retired package: Release invalid
Current section
Files
Jump to
Current section
Files
c_src/myhtml/debian/control
Source: libmyhtml
Section: libs
Priority: optional
Maintainer: Alexander Fedyashov <a@fedyashov.com>
Standards-Version: 3.9.5
Vcs-Git: git://github.com/lexborisov/myhtml.git
Vcs-Browser: https://github.com/lexborisov/myhtml
Homepage: https://github.com/lexborisov/myhtml
Build-Depends:
debhelper (>= 9),
cdbs
Package: libmyhtml
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Libhtml utility library
MyHTML is a fast HTML Parser implemented as a pure C99 library.
Package: libmyhtml-dev
Section: libdevel
Architecture: any
Depends:
libmyhtml (= ${binary:Version}),
${misc:Depends}
Description: Development files for libmyhtml
MyHTML is a fast HTML Parser implemented as a pure C99 library.