File: control

package info (click to toggle)
golang-gomega 1.0%2Bgit20160910.d59fa0a-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 728 kB
  • ctags: 691
  • sloc: makefile: 12
file content (22 lines) | stat: -rw-r--r-- 968 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: golang-gomega
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>
Build-Depends: debhelper (>= 9.0.0), dh-golang (>= 1.17~), golang-any,
               golang-gopkg-yaml.v2-dev,
               golang-goprotobuf-dev,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-gomega.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-gomega.git/
Homepage: https://github.com/onsi/gomega
XS-Go-Import-Path: github.com/onsi/gomega

Package: golang-gomega-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
         golang-gopkg-yaml.v2-dev,
         golang-goprotobuf-dev,
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.