File: control

package info (click to toggle)
goiardi 0.11.9-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,728 kB
  • sloc: sql: 4,994; makefile: 156; sh: 95; python: 30
file content (109 lines) | stat: -rw-r--r-- 4,639 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
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Source: goiardi
Section: admin
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Jordi Mallach <jordi@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any (>= 1.7),
               golang-github-burntsushi-toml-dev,
               golang-github-datadog-datadog-go-dev,
               golang-github-armon-go-metrics-dev,
               golang-github-aws-aws-sdk-go-dev,
               golang-github-ctdk-chefcrypto-dev (>= 0.2),
               golang-github-ctdk-go-trie-dev,
               golang-github-go-ini-ini-dev,
               golang-github-go-sql-driver-mysql-dev,
               golang-github-hashicorp-errwrap-dev,
               golang-github-hashicorp-go-msgpack-dev,
               golang-github-hashicorp-go-multierror-dev,
               golang-github-hashicorp-go-version-dev,
               golang-github-hashicorp-logutils-dev,
               golang-github-hashicorp-memberlist-dev,
               golang-github-hashicorp-serf-dev,
               golang-github-jmespath-go-jmespath-dev,
               golang-github-lib-pq-dev,
               golang-github-miekg-dns-dev,
               golang-github-pborman-uuid-dev,
               golang-github-philhofer-fwd-dev,
               golang-github-pmylund-go-cache-dev,
               golang-github-raintank-met-dev,
               golang-github-tideland-golib-dev,
               golang-github-tinylib-msgp-dev,
               golang-go-flags-dev
Build-Depends-Indep: python3-sphinx
Standards-Version: 4.3.0
Homepage: https://github.com/ctdk/goiardi
Vcs-Browser: https://salsa.debian.org/go-team/packages/goiardi
Vcs-Git: https://salsa.debian.org/go-team/packages/goiardi.git
XS-Go-Import-Path: github.com/ctdk/goiardi
Rules-Requires-Root: no

Package: goiardi
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
         ${misc:Depends},
         adduser
Suggests: postgresql | default-mysql-server
Description: Chef server written in Go
 Goiardi is an implementation of the Chef server written in Go. It can either
 run entirely in memory with the option to save and load the in-memory data
 and search indexes to and from disk, drawing inspiration from chef-zero, or
 it can use MariaDB/MySQL or PostgreSQL as its storage backend.

Package: golang-github-ctdk-goiardi-dev
Section: devel
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-any,
         golang-github-burntsushi-toml-dev,
         golang-github-datadog-datadog-go-dev,
         golang-github-armon-go-metrics-dev,
         golang-github-aws-aws-sdk-go-dev,
         golang-github-ctdk-chefcrypto-dev,
         golang-github-ctdk-go-trie-dev,
         golang-github-go-ini-ini-dev,
         golang-github-go-sql-driver-mysql-dev,
         golang-github-hashicorp-errwrap-dev,
         golang-github-hashicorp-go-msgpack-dev,
         golang-github-hashicorp-go-multierror-dev,
         golang-github-hashicorp-go-version-dev,
         golang-github-hashicorp-logutils-dev,
         golang-github-hashicorp-memberlist-dev,
         golang-github-hashicorp-serf-dev,
         golang-github-jmespath-go-jmespath-dev,
         golang-github-lib-pq-dev,
         golang-github-miekg-dns-dev,
         golang-github-pborman-uuid-dev,
         golang-github-philhofer-fwd-dev,
         golang-github-pmylund-go-cache-dev,
         golang-github-raintank-met-dev,
         golang-github-tideland-golib-dev,
         golang-github-tinylib-msgp-dev,
         golang-go-flags-dev
Suggests: postgresql | default-mysql-server
Description: Golang library to interact with a chef server
 Goiardi is an implementation of the Chef server written in Go. It can either
 run entirely in memory with the option to save and load the in-memory data
 and search indexes to and from disk, drawing inspiration from chef-zero, or
 it can use MariaDB/MySQL or PostgreSQL as its storage backend.
 .
 This package contains the goiardi golang libs that are useful to interact
 with a chef server.

Package: goiardi-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libjs-sphinxdoc, libjs-mathjax
Enhances: goiardi
Multi-Arch: foreign
Description: Documentation for Goiardi
 Goiardi is an implementation of the Chef server written in Go. It can either
 run entirely in memory with the option to save and load the in-memory data
 and search indexes to and from disk, drawing inspiration from chef-zero, or
 it can use MariaDB/MySQL or PostgreSQL as its storage backend.
 .
 This is sphinx-generated full documentation for the Goiardi Chef server.