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 53 54 55 56
|
Source: golang-github-appc-spec
Section: devel
Priority: optional
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 11~), dh-golang
,golang-go
,golang-github-gogo-protobuf-dev
,golang-github-google-gofuzz-dev
,golang-github-spf13-pflag-dev
,golang-go4-dev
,golang-golang-x-net-dev
,golang-gopkg-inf.v0-dev
,golang-go-semver-dev | golang-github-coreos-go-semver-dev
Standards-Version: 4.1.4
Homepage: https://github.com/appc/spec
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-appc-spec
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-appc-spec.git
XS-Go-Import-Path: github.com/appc/spec
Package: golang-github-appc-spec-dev
Architecture: all
Depends: ${misc:Depends}
,golang-go
,golang-github-gogo-protobuf-dev
,golang-github-spf13-pflag-dev
,golang-go4-dev
,golang-golang-x-net-dev
,golang-gopkg-inf.v0-dev
,golang-go-semver-dev | golang-github-coreos-go-semver-dev
Description: App Container Specification (appc) - source
App Container (appc) is a well-specified and community developed
specification for application containers. appc defines several independent
but composable aspects involved in running application containers,
including an image format, runtime environment, and discovery mechanism
for application containers.
.
This package provides Schema definitions and Golang source for the App
Container (appc) specification
Package: appc-spec
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
,golang-go
Built-Using: ${misc:Built-Using}
Description: App Container Specification (appc) - tools
App Container (appc) is a well-specified and community developed
specification for application containers. appc defines several independent
but composable aspects involved in running application containers,
including an image format, runtime environment, and discovery mechanism
for application containers.
.
This package provides "actool" utility for the App Container (appc)
specification and technical details on how an appc image is downloaded
over a network, cryptographically verified, and executed on a host.
|