File: control

package info (click to toggle)
litetlog 0.4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: python: 237; makefile: 38; sh: 17
file content (70 lines) | stat: -rw-r--r-- 2,320 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
Source: litetlog
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-cheggaaa-pb.v3-dev,
 golang-github-go-llsqlite-crawshaw-dev,
 golang-github-rogpeppe-go-internal-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-mod-dev,
 golang-golang-x-net-dev,
 golang-golang-x-sync-dev,
 golang-sigsum-sigsum-go-dev,
 help2man <!nodoc>,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/litetlog
Vcs-Git: https://salsa.debian.org/go-team/packages/litetlog.git
Homepage: https://github.com/FiloSottile/litetlog
XS-Go-Import-Path: filippo.io/litetlog

Package: litetlog
Section: admin
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Built-Using:
 ${misc:Built-Using},
Static-Built-Using:
 ${misc:Static-Built-Using}
Description: transparency logging tools for Sigsum and Omniwitness (programs)
 The litetlog repository is a collection of open-source tooling for
 transparency logs designed to be simple and lightweight.
 .
 litewitness is a synchronous low-latency cosigning witness. (A witness is
 a service that accepts a new signed tree head, checks its consistency
 with the previous latest tree head, and returns a signature over it.) It
 implements the c2sp.org/tlog-witness (https://c2sp.org/tlog-witness)
 protocol.
 .
 witnessctl is a CLI tool to operate on the litewitness database.
 .
 litebastion is a public-service reverse proxy for witnesses that can't be
 exposed directly to the internet.

Package: golang-github-filosottile-litetlog-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-cheggaaa-pb.v3-dev,
 golang-github-go-llsqlite-crawshaw-dev,
 golang-github-rogpeppe-go-internal-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-mod-dev,
 golang-golang-x-net-dev,
 golang-golang-x-sync-dev,
 golang-sigsum-sigsum-go-dev,
 ${misc:Depends},
Description: transparency logging tools for Sigsum and Omniwitness (Go library)
 The litetlog repository is a collection of open-source tooling for
 transparency logs designed to be simple and lightweight.
 .
 This package contains the Go development library.