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
|
Source: golang-github-go-chef-chef
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Jordi Mallach <jordi@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-any,
golang-github-cenkalti-backoff-dev,
golang-github-ctdk-chefcrypto-dev,
golang-github-ctdk-goiardi-dev,
golang-github-davecgh-go-spew-dev,
golang-github-smartystreets-goconvey-dev
Standards-Version: 3.9.8
Homepage: https://github.com/go-chef/chef
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-go-chef-chef.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-go-chef-chef.git
XS-Go-Import-Path: github.com/go-chef/chef
Package: golang-github-go-chef-chef-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-any,
golang-github-cenkalti-backoff-dev,
golang-github-ctdk-chefcrypto-dev,
golang-github-ctdk-goiardi-dev,
golang-github-davecgh-go-spew-dev,
golang-github-smartystreets-goconvey-dev
Description: Chef-Server API client in golang
This is a Golang library that can be used to write tools to interact
with a chef server and its common facilities: cookbooks, clients, nodes,
search, etc.
|