File: control

package info (click to toggle)
tclws 2.6.2-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 884 kB
  • sloc: tcl: 7,431; makefile: 18
file content (35 lines) | stat: -rw-r--r-- 1,202 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
Source: tclws
Section: net
Priority: optional
Maintainer: Massimo Manghi <mxmanghi@apache.org>
Build-Depends: debhelper (>=9)
Standards-Version: 4.3.0
Homepage: http://core.tcl.tk/tclws/
#Vcs-Git: git://anonscm.debian.org/collab-maint/tclws.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/tclws.git

Package: tclws
Architecture: all
Depends: ${misc:Depends}, tcl (>=8.5), tdom, tcllib, tcl-tls
Suggests: libapache2-mod-rivet, aolserver4
Description: Tcl Web Services
 The package provides a Tcl implementation of 
 both client side access to Web Services and 
 server side creation of Web Services. 
 Currently only document/literal and rpc/encoded with
 HTTP Soap transport are supported on the client side.
 The server side code currently works with several web
 servers
 .
    - TclHttpd
    - Apache with Rivet (Debian package libapache2-mod-rivet)
    - AOLserver (Debian package aolserver4)
    - WUB
    - wibble
    - Microsoft Internet Information Server
 .
 The server side code can also be embedded in other
 application (see Tcl Web services provide all services 
 as document/literal over HTTP Soap transport. The package
 ships also HTML documentation and coding examples