File: control

package info (click to toggle)
golang-github-opencontainers-specs 1.0.0~rc1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 296 kB
  • ctags: 100
  • sloc: makefile: 102
file content (25 lines) | stat: -rw-r--r-- 1,055 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
Source: golang-github-opencontainers-specs
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <alexandre@alexandreviau.net>
          ,Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
    ,golang-github-xeipuuv-gojsonschema-dev
Standards-Version: 3.9.8
Homepage: https://github.com/opencontainers/runtime-spec
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-opencontainers-specs.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-opencontainers-specs.git

Package: golang-github-opencontainers-specs-dev
Architecture: all
Depends: ${misc:Depends},
         golang-go
    ,golang-github-xeipuuv-gojsonschema-dev
Description: Open Container Specifications
 This project is where the Open Container Initiative Specifications
 are written. The specs.go file contains various structs of the
 specification such as Spec, Hooks, Mount, Process, Root, Platform
 and Hook.