File: control

package info (click to toggle)
golang-github-ctdk-chefcrypto 0.2.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 84 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 985 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: golang-github-ctdk-chefcrypto
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
Standards-Version: 3.9.8
Homepage: https://github.com/ctdk/chefcrypto
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-ctdk-chefcrypto.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-ctdk-chefcrypto.git
XS-Go-Import-Path: github.com/ctdk/chefcrypto

Package: golang-github-ctdk-chefcrypto-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-any
Description: Go cryptographic routines to interact with chef servers
 This library includes various cryptographic routines for communicating with
 chef servers for golang programs and libraries. Originally part of goiardi,
 it's been split out for packaging purposes.