File: control

package info (click to toggle)
golang-gopkg-go-playground-assert.v1 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 76 kB
  • ctags: 19
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 955 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: golang-gopkg-go-playground-assert.v1
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Shengjing Zhu <i@zhsj.me>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 4.0.0
Homepage: https://github.com/go-playground/assert
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-go-playground-assert.v1.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-go-playground-assert.v1.git
XS-Go-Import-Path: gopkg.in/go-playground/assert.v1
Testsuite: autopkgtest-pkg-go

Package: golang-gopkg-go-playground-assert.v1-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Basic Assertion Library used along side native go testing
 Package assert is a Basic Assertion library used along side native go
 testing, with building blocks for custom assertions.