1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: golang-github-mmcdole-goxpp
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Aloïs Micard <creekorful@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang
Build-Depends-Indep: golang-any,
golang-github-stretchr-testify-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mmcdole-goxpp
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mmcdole-goxpp.git
Homepage: https://github.com/mmcdole/goxpp
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/mmcdole/goxpp
Package: golang-github-mmcdole-goxpp-dev
Architecture: all
Depends: golang-github-stretchr-testify-dev,
${misc:Depends}
Multi-Arch: foreign
Description: Go XML Pull Parser
Go XML Pull Parser allows you to easily parse arbitrary XML content
using a pull parser. You can think of goxpp as a lightweight wrapper
around Go's XML Decoder that provides a set of functions that make it
easier to parse XML content than using the raw decoder itself.
|