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
|
Source: tcl-xmlrpc
Section: interpreters
Priority: optional
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper (>= 9), tcl
Standards-Version: 3.9.8
Homepage: https://sourceforge.net/projects/xmlrpctcl/
Vcs-Git: https://anonscm.debian.org/git/pkg-tcltk/packages/tcl-xmlrpc.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-tcltk/packages/tcl-xmlrpc.git
Package: tcl-xmlrpc
Architecture: all
Depends: ${misc:Depends}
Description: XML-RPC implementation for Tcl
Tcl implementation of XML-RPC providing both client and server support. The
package implements the XML-RPC specification from xmlrpc.com.
.
Xmlrpc is a spec and a set of implementations that allow software
running on disparate operating systems, running in different
environments to make procedure calls over the Internet.
.
It's remote procedure calling using HTTP as the transport and XML as
the encoding. XML-RPC is designed to be as simple as possible, while
allowing complex data structures to be transmitted, processed and
returned.
|