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-mendersoftware-openssl
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Lluis Campos <lluis.campos@northern.tech>, Andreas Henriksson <andreas@fatal.se>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
libssl-dev (>= 3.0.3-3~),
pkg-config
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mendersoftware-openssl
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mendersoftware-openssl.git
Homepage: https://github.com/mendersoftware/openssl
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/mendersoftware/openssl
Package: golang-github-mendersoftware-openssl-dev
Architecture: all
Depends: ${misc:Depends},
pkg-config,
libssl-dev (>= 3.0.3-3~)
Description: OpenSSL bindings for Go.
This project is a fork of Space Monkey Go OpenSSL bindings
(https://github.com/spacemonkeygo/openssl) maintained by
Northern.tech. The project has been extended to cover more
OpenSSL function calls.
|