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
|
Source: golang-gomega
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-golang-protobuf-1-5-dev,
golang-github-google-go-cmp-dev,
golang-golang-x-net-dev,
golang-gopkg-yaml.v3-dev,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gomega
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gomega.git
Homepage: https://github.com/onsi/gomega
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/onsi/gomega
Package: golang-gomega-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-golang-protobuf-1-5-dev,
golang-github-google-go-cmp-dev,
golang-golang-x-net-dev,
golang-gopkg-yaml.v3-dev,
${misc:Depends},
${shlibs:Depends},
Breaks: golang-github-onsi-ginkgo-v2-dev (<< 2.15.0-7),
Description: Matcher/assertion library for the Go programming language
Gomega is a matcher/assertion library. It is best paired with the Ginkgo BDD
test framework, but can be adapted for use in other contexts too.
|