File: control

package info (click to toggle)
golang-github-leanovate-gopter 0.2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 780 kB
  • sloc: makefile: 37
file content (26 lines) | stat: -rw-r--r-- 1,101 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
Source: golang-github-leanovate-gopter
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-smartystreets-goconvey-dev,
               architecture-is-64-bit
Standards-Version: 4.7.2
Homepage: https://github.com/leanovate/gopter
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-leanovate-gopter
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-leanovate-gopter.git
XS-Go-Import-Path: github.com/leanovate/gopter
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: golang-github-leanovate-gopter-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-smartystreets-goconvey-dev
Description: GOlang Property TestER
 This package, Gopter, tries to bring the goodness of ScalaCheck (and
 implicitly, the goodness of QuickCheck to Go.  It can also be seen as
 a more sophisticated version of the testing/quick package.