File: control

package info (click to toggle)
golang-github-calmh-xdr 2.0.1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: makefile: 2; sh: 2
file content (36 lines) | stat: -rw-r--r-- 1,241 bytes parent folder | download
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
Source: golang-github-calmh-xdr
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Aloïs Micard <creekorful@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.1
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

Package: golang-github-calmh-xdr-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
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}
Static-Built-Using: ${misc:Static-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.