File: control

package info (click to toggle)
golang-github-kolo-xmlrpc 0%2Bgit20150413.0826b98-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 112 kB
  • ctags: 78
  • sloc: ruby: 18; makefile: 13; xml: 5
file content (21 lines) | stat: -rw-r--r-- 931 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: golang-github-kolo-xmlrpc
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>
Build-Depends: debhelper (>= 9.0.0), dh-golang (>= 1.10~), golang-any,
               golang-x-text-dev,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-kolo-xmlrpc.git/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-kolo-xmlrpc.git/
Homepage: https://github.com/kolo/xmlrpc
XS-Go-Import-Path: github.com/kolo/xmlrpc

Package: golang-github-kolo-xmlrpc-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
         golang-x-text-dev,
Built-Using: ${misc:Built-Using}
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.