mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add XML::Compile::WSDL11.
* gnu/packages/xml.scm (perl-xml-compile-wsdl11): New variable.
This commit is contained in:
parent
baeab9b8b9
commit
6a91494898
1 changed files with 26 additions and 0 deletions
|
@ -495,6 +495,32 @@ (define-public perl-xml-compile-soap
|
|||
used.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-xml-compile-wsdl11
|
||||
(package
|
||||
(name "perl-xml-compile-wsdl11")
|
||||
(version "3.04")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
|
||||
"XML-Compile-WSDL11-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0pyikwnfwpangvnkf5dbdagy4z93ag9824f1ax5qaibc3ghca8kv"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-log-report" ,perl-log-report)
|
||||
("perl-xml-compile" ,perl-xml-compile)
|
||||
("perl-xml-compile-cache" ,perl-xml-compile-cache)
|
||||
("perl-xml-compile-soap" ,perl-xml-compile-soap)))
|
||||
(home-page "http://search.cpan.org/dist/XML-Compile-WSDL11")
|
||||
(synopsis "Create SOAP messages defined by WSDL 1.1")
|
||||
(description
|
||||
"This module understands WSDL version 1.1. A WSDL file defines a set of
|
||||
messages to be send and received over SOAP connections. This involves
|
||||
encoding of the message to be send into XML, sending the message to the
|
||||
server, collect the answer, and finally decoding the XML to Perl.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public pugixml
|
||||
(package
|
||||
(name "pugixml")
|
||||
|
|
Loading…
Reference in a new issue