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
|
Source: golang-github-cloudflare-cfssl
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper-compat (= 12),
dh-exec,
dh-golang,
golang-any,
golang-github-cloudflare-backoff-dev,
golang-github-cloudflare-go-metrics-dev,
golang-github-cloudflare-redoctober-dev,
golang-github-geertjohan-go.rice-dev,
golang-github-google-certificate-transparency-dev (>= 1.1.7),
golang-github-jmhodges-clock-dev,
golang-github-jmoiron-sqlx-dev,
golang-github-juju-ratelimit-dev,
golang-github-kisielk-sqlstruct-dev,
golang-github-kisom-goutils-dev,
golang-github-mattn-go-sqlite3-dev,
golang-github-zmap-zlint-dev
Standards-Version: 3.9.8
Homepage: https://github.com/cloudflare/cfssl
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cloudflare-cfssl
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cloudflare-cfssl.git
XS-Go-Import-Path: github.com/cloudflare/cfssl
Package: golang-github-cloudflare-cfssl-dev
Architecture: all
Depends: golang-any,
golang-github-cloudflare-backoff-dev,
golang-github-cloudflare-go-metrics-dev,
golang-github-cloudflare-redoctober-dev,
golang-github-geertjohan-go.rice-dev,
golang-github-google-certificate-transparency-dev (>= 1.1.7),
golang-github-jmhodges-clock-dev,
golang-github-jmoiron-sqlx-dev,
golang-github-juju-ratelimit-dev,
golang-github-kisielk-sqlstruct-dev,
golang-github-kisom-goutils-dev,
golang-github-mattn-go-sqlite3-dev,
golang-github-zmap-zlint-dev,
${misc:Depends},
${shlibs:Depends}
Description: CloudFlare's PKI and TLS toolkit
CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command
line tool and an HTTP API server for signing, verifying, and bundling
TLS certificates. CFSSL can be used to build custom TLS PKI tools as
well as create and manipulate traditional certificate structures
using code or on the command line.
.
This package contains the development files.
Package: golang-cfssl
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: CloudFlare's PKI and TLS toolkit
CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command
line tool and an HTTP API server for signing, verifying, and bundling
TLS certificates. CFSSL can be used to build custom TLS PKI tools as
well as create and manipulate traditional certificate structures
using code or on the command line.
.
This package contains the command line executables.
|