File: control

package info (click to toggle)
tk-html3 3.0~fossil20110109-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,416 kB
  • sloc: ansic: 48,980; tcl: 26,031; sh: 1,186; yacc: 161; makefile: 24
file content (32 lines) | stat: -rw-r--r-- 1,271 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
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).