summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: be566d7b79ee6e405d448674256763479425b362 (plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: golang-github-container-orchestrated-devices-container-device-interface
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-fsnotify-fsnotify-dev,
               golang-github-hashicorp-go-multierror-dev,
               golang-github-opencontainers-runc-dev,
               golang-github-opencontainers-runtime-tools-dev,
               golang-github-opencontainers-specs-dev,
               golang-github-pkg-errors-dev,
               golang-github-spf13-cobra-dev,
               golang-github-stretchr-testify-dev,
               golang-github-xeipuuv-gojsonschema-dev,
               golang-golang-x-mod-dev,
               golang-golang-x-sys-dev,
               golang-k8s-sigs-yaml-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-container-orchestrated-devices-container-device-interface
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-container-orchestrated-devices-container-device-interface.git
Homepage: https://github.com/container-orchestrated-devices/container-device-interface
XS-Go-Import-Path: tags.cncf.io/container-device-interface

Package: golang-github-container-orchestrated-devices-container-device-interface-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-fsnotify-fsnotify-dev,
         golang-github-hashicorp-go-multierror-dev,
         golang-github-opencontainers-runc-dev,
         golang-github-opencontainers-runtime-tools-dev,
         golang-github-opencontainers-specs-dev,
         golang-github-pkg-errors-dev,
         golang-github-spf13-cobra-dev,
         golang-github-xeipuuv-gojsonschema-dev,
         golang-golang-x-mod-dev,
         golang-golang-x-sys-dev,
         golang-k8s-sigs-yaml-dev,
         ${misc:Depends}
Description: container device interface
 CDI (Container Device Interface), is a specification for container runtimes,
 to support third party devices.
 .
 CDI concerns itself only with enabling container to be device aware.
 Areas like resource management are explicitly left out of CDI (and is
 expected to be handled by the orchestrator). Because of this focus, the
 CDI specification is simple to implement and allows great flexibility to
 runtimes and orchestrators.