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
|
Source: tk-html3
Priority: extra
Maintainer: Ole Streicher <debian@liska.ath.cx>
Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, tcl-dev, tk-dev
Standards-Version: 3.9.3
Section: interpreters
Homepage: http://tkhtml.tcl.tk/index.html
Vcs-Git: git://git.debian.org/git/debian-science/packages/tkhtml3.git
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/tkhtml3.git
Package: tk-html3
Architecture: any
Depends: ${tk:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: Render HTML and CSS content with tk
Tkhtml3 is a Tk widget that displays content formatted according to
the HTML and CSS standards. Tkhtml3 is not an end-user application, it
is for Tcl programmers who wish to embed a standards-compliant
HTML/CSS implementation in their applications.
.
This package contains the Tkhtml3 widget and the Hv3 mega-widget.
Package: hv3
Section: web
Architecture: all
Depends: ${tk:Depends}, ${misc:Depends}, tk-html3, libsqlite3-tcl, tcllib
Recommends: libtk-img, tcl-tls
Description: Lightweight web browser
Hv3 is a cross-platform web browser with support for modern web
standards like HTML, CSS, HTTP.
.
ECMAScript (a.k.a. javascript) is not supported since the corresponding
library (SEE) is installed (not available in Debian yet).
|