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 28 29 30 31 32 33 34 35 36 37
|
Source: golang-github-calmh-xdr
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-go
Standards-Version: 3.9.8
Homepage: https://github.com/calmh/xdr
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-calmh-xdr
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-calmh-xdr.git
XS-Go-Import-Path: github.com/calmh/xdr
Testsuite: autopkgtest-pkg-go
Package: golang-github-calmh-xdr-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-go
Description: Go XDR enc/decoder - dev package
Package xdr is an XDR marshalling/unmarshalling library.
It uses code generation and not reflection.
.
This is the dev package.
Package: genxdr
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
golang-go
Built-Using: ${misc:Built-Using}
Description: Go XDR enc/decoder - code generation utility
Package xdr is an XDR marshalling/unmarshalling library.
It uses code generation and not reflection.
.
This package contains the CLI utility to generate go code.
|