File: control

package info (click to toggle)
golang-github-containerd-typeurl 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, experimental, sid, trixie
  • size: 108 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,197 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
Source: golang-github-containerd-typeurl
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arnaud Rebillout <arnaud.rebillout@collabora.com>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-gogo-protobuf-dev (>= 0.5~),
               golang-github-pkg-errors-dev,
Standards-Version: 4.6.0
Homepage: https://github.com/containerd/typeurl
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-typeurl
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-typeurl.git
XS-Go-Import-Path: github.com/containerd/typeurl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-containerd-typeurl-dev
Architecture: all
Depends: golang-github-gogo-protobuf-dev (>= 0.5~),
         golang-github-pkg-errors-dev,
         ${misc:Depends},
Description: Go package for managing marshaled types to protobuf.Any
 A Go package for managing the registration, marshaling, and unmarshaling
 of encoded types.
 .
 This package helps when types are sent over a GRPC API and marshaled as a
 [protobuf.Any]().