gnu: Add go-github-com-kolo-xmlrpc.

* gnu/packages/golang-web.scm (go-github-com-kolo-xmlrpc): New variable.

Change-Id: Ifcb3446bdf5740d92af5346a6d653c9245d6a239
This commit is contained in:
Sharlatan Hellseher 2025-01-02 19:12:38 +00:00
parent 0e0cb06188
commit e728f862a3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4135,6 +4135,32 @@ (define-public go-github-com-julienschmidt-httprouter
router.")
(license license:bsd-3)))
(define-public go-github-com-kolo-xmlrpc
(package
(name "go-github-com-kolo-xmlrpc")
(version "0.0.0-20220921171641-a4b6fa1dd06b")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/kolo/xmlrpc")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0nhcnqycdc52k4ymdd4g2chcimsnvr86m0yx13ws91qxs5pgs9d2"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/kolo/xmlrpc"))
(propagated-inputs
(list go-golang-org-x-text))
(home-page "https://github.com/kolo/xmlrpc")
(synopsis "Implementation of XMLRPC protocol in Golang")
(description
"This package provides an implementation of client side part of XMLRPC
protocol in Go language.")
(license license:expat)))
(define-public go-github-com-koron-go-ssdp
(package
(name "go-github-com-koron-go-ssdp")