1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: cl-soap
Section: libs
Priority: optional
Build-Depends: debhelper (>= 4.0)
Build-Depends-Indep: dh-lisp
Maintainer: Peter Van Eynde <pvaneynd@debian.org>
Standards-Version: 3.7.2.0
Package: cl-soap
Architecture: all
Depends: ${misc:Depends} , cl-puri, cl-s-xml (>> 1:0-release-5-1)
Description: An open-source implementation of SOAP for Common Lisp
Ultimately, this library will implement the full SOAP 1.1 spec (
http://www.w3.org/TR/2000/NOTE-SOAP-20000508 ), both the client and server
parts, using both HTTP and HTTPS as transports as well as the WSDL 1.1 spec (
http://www.w3.org/TR/2001/NOTE-wsdl-20010315 ) and the XML Schema Definition
spec ( http://www.w3.org/TR/xmlschema-1/ and http://www.w3.org/TR/xmlschema-2/
) on as many CL implementations as possible. Interoperability with various
other SOAP implementations and applications will be possible.
|