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
|
Source: golang-github-varlink-go
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Dmitry Smirnov <onlyjob@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12)
,dh-golang
,golang-any
,golang-github-fatih-color-dev
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-varlink-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-varlink-go.git
Homepage: https://github.com/varlink/go
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/varlink/go
Package: golang-github-varlink-go-dev
Architecture: all
Depends:
${misc:Depends},
golang-github-fatih-color-dev,
Description: Golang implementation of the Varlink protocol
Golang library implementing the Varlink protocol.
http://varlink.org/
Package: varlink-go
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Built-Using: ${misc:Built-Using}
Description: Varlink interface generator utility
Utility to generate Varlink interfaces.
|