File: control

package info (click to toggle)
golang-github-jedisct1-xsecretbox 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 76 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,164 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
Source: golang-github-jedisct1-xsecretbox
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Eric Dorland <eric@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-aead-chacha20-dev,
               golang-github-aead-poly1305-dev,
               golang-golang-x-crypto-dev
Standards-Version: 4.6.0.0
Homepage: https://github.com/jedisct1/xsecretbox
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jedisct1-xsecretbox
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jedisct1-xsecretbox.git
XS-Go-Import-Path: github.com/jedisct1/xsecretbox
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-jedisct1-xsecretbox-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         golang-github-aead-chacha20-dev,
         golang-github-aead-poly1305-dev,
         golang-golang-x-crypto-dev
Description: Go implementation of crypto_secretbox_xchacha20poly1305
 xsecretbox is a Go implementation of crypto_secretbox_xchacha20poly1305.