File: control

package info (click to toggle)
golang-gopkg-go-playground-assert.v1 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 84 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 991 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
23
24
Source: golang-gopkg-go-playground-assert.v1
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
Standards-Version: 4.5.1
Homepage: https://github.com/go-playground/assert
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-go-playground-assert.v1
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-go-playground-assert.v1.git
XS-Go-Import-Path: gopkg.in/go-playground/assert.v1
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-gopkg-go-playground-assert.v1-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
Multi-Arch: foreign
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.