diff options
author | Juan M. Lasca <juanmlasca@gmail.com> | 2023-03-29 01:04:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:10 +0700 |
commit | 8c60c2497dfdcebf945be6567ba79ae713a2733b (patch) | |
tree | ece2b596b39b65c29f76d0506949e98b0571073e /libraries/tclsoap/slack-desc | |
parent | 523a2a1743fbae29dfe60c471c180fd448fc4a60 (diff) |
libraries/tclsoap: Added (SOAP client/server for Tcl)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tclsoap/slack-desc')
-rw-r--r-- | libraries/tclsoap/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/tclsoap/slack-desc b/libraries/tclsoap/slack-desc new file mode 100644 index 0000000000000..4caabf5c74e88 --- /dev/null +++ b/libraries/tclsoap/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +tclsoap: tclsoap (SOAP client/server for Tcl) +tclsoap: +tclsoap: The TclSOAP package provides a mechanism to bind Tcl command +tclsoap: procedures to remote procedure calls using the Simple Object +tclsoap: Access Protocol (SOAP) and XML-RPC over HTTP. Both client and +tclsoap: server code is provided. +tclsoap: +tclsoap: +tclsoap: +tclsoap: See more at: https://tclsoap.sourceforge.net +tclsoap: |