Source: golang-github-terminalstatic-go-xsd-validate Section: golang Maintainer: Debian Go Packaging Team Uploaders: Simon Josefsson , Build-Depends: debhelper-compat (= 14), dh-sequence-golang, dpkg-build-api (= 1), golang-any, libxml2-dev, pkgconf, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-terminalstatic-go-xsd-validate Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-terminalstatic-go-xsd-validate.git Homepage: https://github.com/terminalstatic/go-xsd-validate XS-Go-Import-Path: github.com/terminalstatic/go-xsd-validate Package: golang-github-terminalstatic-go-xsd-validate-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Description: Xsd validation for go based on libxml2 (library) The goal of this package is to preload XSD files into memory and to validate XML (fast) using libxml2, like post bodys of XML service endpoints or API routers. At the time of writing, similar packages found on github either didn't provide error details or got stuck under load. In addition to providing error strings it also exposes some fields of libxml2 return structs. . This package contains the Go library.