File: control

package info (click to toggle)
golang-github-kolo-xmlrpc 0.0~git20200310.e035052-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: ruby: 18; xml: 5; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 909 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: golang-github-kolo-xmlrpc
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-text-dev,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-kolo-xmlrpc.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kolo-xmlrpc
Homepage: https://github.com/kolo/xmlrpc
XS-Go-Import-Path: github.com/kolo/xmlrpc
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-kolo-xmlrpc-dev
Architecture: all
Depends: ${misc:Depends},
Description: Implementation of the XMLRPC client protocol in Go
 The github.com/kolo/xmlrpc package is an implementation of client side part of
 XMLRPC protocol in the Go language.