File: control

package info (click to toggle)
golang-github-tj-assert 0.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 856 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
25
26
27
Source: golang-github-tj-assert
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-github-stretchr-testify-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/tj/assert
Vcs-Browser: https://forgejo.debian.net/golang/golang-github-tj-assert
Vcs-Git: https://forgejo.debian.net/golang/golang-github-tj-assert
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/tj/assert

Package: golang-github-tj-assert-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-stretchr-testify-dev,
 ${misc:Depends},
Description: testify/assert but as testify/require (library)
 Assertion pkg for Go, split out from github.com/stretchr/testify's
 (//github.com/stretchr/testify) require package.