1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-github-masterzen-simplexml
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go,
golang-gopkg-check.v1-dev
Standards-Version: 3.9.8
Homepage: https://github.com/masterzen/simplexml
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-masterzen-simplexml.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-masterzen-simplexml.git
XS-Go-Import-Path: github.com/masterzen/simplexml
Package: golang-github-masterzen-simplexml-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-go,
golang-gopkg-check.v1-dev
Description: Go library to generate XML content from a naive DOM
This is a naive and simple Go library to build a XML DOM to be able to
produce XML content.
|